diff options
author | sat <sat@FreeBSD.org> | 2006-08-31 23:41:52 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-31 23:41:52 +0800 |
commit | 8189c4d02fcf637266b4824798ff7293bc43fdb6 (patch) | |
tree | 02df23eb1dc0d93a32b008d0d633a21089585842 /ftp/Makefile | |
parent | cd1b5e90f7a532aa0b85ac229508cae133f2b8e8 (diff) | |
download | freebsd-ports-gnome-8189c4d02fcf637266b4824798ff7293bc43fdb6.tar.gz freebsd-ports-gnome-8189c4d02fcf637266b4824798ff7293bc43fdb6.tar.zst freebsd-ports-gnome-8189c4d02fcf637266b4824798ff7293bc43fdb6.zip |
Add port ftp/ftpsync:
ftpsync.pl synchronizes a local directory tree and a remote FTP directory
tree. It was initally written to automize web publishing, but might be
useful for some other purposes, like mirroring not-too-large public sites,
data replication, and more.
WWW: http://ftpsync.sourceforge.net/
Author: Christoph Lechleitner <ibcl@users.sourceforge.net>
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 bbad45cafbfa..62dd7d42e225 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -31,6 +31,7 @@ SUBDIR += ftpproxy SUBDIR += ftpq SUBDIR += ftpsesame + SUBDIR += ftpsync SUBDIR += ftptool SUBDIR += gftp SUBDIR += gnusget |