Update to ftpcopy-0.3.9; from maintainer
Changes: o fixed two file descriptor leaks in ftpcopy. (Spotted by Matthias Andree) o added --bps option to ftpcopy. o ftpcopy and ftpls now work with the runsocks program from the socks5 reference implementation. See the FAQ. o ftpcopy and ftpls now have a --timeout option to set the timeout used during the connection. o ftpcopy now has a --tolower option, causing it to change all local file and directory names to lowercase. Note: you'll possibly want to read the manual page before you use this option. o ftpls can make recursive directory listings. Use the --recursive option for this. o don't allow the FTP server do redirect PASV to other hosts or ports below 1024 (with the exception of port 20). o temporary files are created in the target directory.
This commit is contained in:
parent
07e3da1246
commit
50157aef27
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2001/04/22 10:10:54 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2001/07/04 16:30:32 pvalchev Exp $
|
||||
|
||||
COMMENT= "FTP listing and transfer tools"
|
||||
|
||||
DISTNAME= ftpcopy-0.3.7
|
||||
DISTNAME= ftpcopy-0.3.9
|
||||
HOMEPAGE= http://www.ohse.de/uwe/ftpcopy.html
|
||||
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.405
|
||||
NEED_VERSION= 1.419
|
||||
MAINTAINER= Brian J. Kifiak <bk@rt.fm>
|
||||
|
||||
MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/ \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ftpcopy-0.3.7.tar.gz) = afafe5ec4b7a2b1c08bb2f2cc4a4efdb
|
||||
RMD160 (ftpcopy-0.3.7.tar.gz) = 1d889130f49ac0e199889317a228f88805d6a900
|
||||
SHA1 (ftpcopy-0.3.7.tar.gz) = 92c0e6beb1eb5d52a035f16fd614dbccaa4c4821
|
||||
MD5 (ftpcopy-0.3.9.tar.gz) = 33f81bab0930026cb3f9ab2bb0151aa1
|
||||
RMD160 (ftpcopy-0.3.9.tar.gz) = 294fd5c9e01e06538efc6c7ea2c4f0ca49b60961
|
||||
SHA1 (ftpcopy-0.3.9.tar.gz) = ed73826af8a69d35af328472aba7b3ed1ab560cc
|
||||
|
Loading…
Reference in New Issue
Block a user