diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
commit | d038a73ebd432fae3ce355b84443038f88cb7199 (patch) | |
tree | b3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /net/lftp/DESCR | |
parent | 70bae73d77e50256a2ee847bd9be11b761bcea01 (diff) | |
download | pkgsrc-d038a73ebd432fae3ce355b84443038f88cb7199.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'net/lftp/DESCR')
-rw-r--r-- | net/lftp/DESCR | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/lftp/DESCR b/net/lftp/DESCR new file mode 100644 index 00000000000..5b01d0395d5 --- /dev/null +++ b/net/lftp/DESCR @@ -0,0 +1,24 @@ +lftp is quite a powerful ftp client. It uses GNU readline to read +commands. It uses shell-like command syntax allowing you to launch +several commands in parallel in background (&). + +Some commands allow redirecting its output (cat, ls) to file or via +pipe to external command. Commands can be started conditionally based +on termination status of previous command (&&, ||). Also, it is +possible to group commands within () and execute them in background. +All background jobs are executed in the same single process. You can +bring a foreground job to background with ^Z and back with command +`wait' (or `fg' which is alias to `wait'). + +When you think you are done but some jobs are not yet finished, you +can just exit and lftp will move itself to nohup mode in background. +The same happens when you have a real hangup. + +lftp has reliable put, reput, mirror, and many other commands. Use +command `help' or read documentation to learn more. + +Every operation in lftp is reliable, that is any not fatal error is +ignored and the operation is repeated. So if downloading breaks, it +will be restarted from the point automatically. Even if ftp server +does not support REST command, lftp will try to retrieve the file from +the very beginning until the file is transferred completely. |