From d1076c9bd9c835deaf93c3176c5e5a23bb7e697a Mon Sep 17 00:00:00 2001 From: Russtopia Date: Tue, 25 Feb 2020 23:25:39 -0800 Subject: [PATCH] Update 'README.md' with xc progress info 'pv' util progress notes added --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4112d98..6014981 100644 --- a/README.md +++ b/README.md @@ -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.