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/batchftp/DESCR | |
parent | 70bae73d77e50256a2ee847bd9be11b761bcea01 (diff) | |
download | pkgsrc-d038a73ebd432fae3ce355b84443038f88cb7199.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'net/batchftp/DESCR')
-rw-r--r-- | net/batchftp/DESCR | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/batchftp/DESCR b/net/batchftp/DESCR new file mode 100644 index 00000000000..45885840de2 --- /dev/null +++ b/net/batchftp/DESCR @@ -0,0 +1,12 @@ +Batchftp is a C program which automates the ftp process on Berkeley +UNIX systems. A user is able to upload and download files from almost +any remote computer without monitoring the transfer. A user simply +enters the commands or files to be retrieved in an input file. Then, +the program will log onto the specified computer (not necessarily a +ftp site) and execute the given commands. Since Batchftp can run in +the background, a user is free to do other things while the transfer +sessions are taking place. More importantly, it will not give up until +a successful connection has been established with the remote +site. However, execution will be temporarily suspended after a given +number of failures; connection attempts will resume after the extended +delay. |