diff options
author | krion <krion@FreeBSD.org> | 2003-12-08 18:13:10 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-08 18:13:10 +0800 |
commit | 69b5be18665902df0b9c0a33b619fc8907041390 (patch) | |
tree | 0785424eef6f3e190ce7e873b742954d821f723f /ftp/Makefile | |
parent | 28e0ef6c75379c8291841f49f964041e92628d6e (diff) | |
download | freebsd-ports-gnome-69b5be18665902df0b9c0a33b619fc8907041390.tar.gz freebsd-ports-gnome-69b5be18665902df0b9c0a33b619fc8907041390.tar.zst freebsd-ports-gnome-69b5be18665902df0b9c0a33b619fc8907041390.zip |
Add wput 0.3.6,
wput is a tiny program that looks like wget and does as the
name suggests exactly the opposite: it uploads files or
recursivly whole directories to a ftp-server and supports
resuming.
PR: 60032
Submitted by: Nosov Artem <chip-set@mail.ru>
Diffstat (limited to 'ftp/Makefile')
-rw-r--r-- | ftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 6b281b44f59c..7251a4093bb8 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -75,6 +75,7 @@ SUBDIR += vsftpd SUBDIR += wget SUBDIR += wget+ipv6 + SUBDIR += wput SUBDIR += wu-ftpd SUBDIR += wu-ftpd+ipv6 SUBDIR += xrmftp |