Update 'README.md' with xc progress info

'pv' util progress notes added
This commit is contained in:
Russtopia 2020-02-25 23:25:39 -08:00
parent 2e16c9a692
commit d1076c9bd9
1 changed files with 2 additions and 0 deletions

View File

@ -184,6 +184,8 @@ xc uses a 'tarpipe' to send file data over the encrypted channel. Use the -d fla
NOTE: Renaming while copying (eg., 'cp /foo/bar/fileA ./fileB') is NOT supported. Put another way, the destination (whether local or remote) must ALWAYS be a directory.
If the 'pv' pipeview utility is available (http://www.ivarch.com/programs/pv.shtml) file transfer progress and bandwidth control will be available (suppress the former with the -q option, set the latter with -L <bytes_per_second>).
### Tunnels
Simple tunnels (client -> server, no reverse tunnels for now) are supported.