diff options
author | demon <demon@FreeBSD.org> | 2002-01-27 06:15:14 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2002-01-27 06:15:14 +0800 |
commit | 8887767c2521d0c3c42216286046ffe604519405 (patch) | |
tree | 7d38addf1e0c933cf8063e97d696469211fd4f35 /ftp/Makefile | |
parent | fa7340bac70c0d85733bcf1f86ce4f838af93c70 (diff) | |
download | freebsd-ports-gnome-8887767c2521d0c3c42216286046ffe604519405.tar.gz freebsd-ports-gnome-8887767c2521d0c3c42216286046ffe604519405.tar.zst freebsd-ports-gnome-8887767c2521d0c3c42216286046ffe604519405.zip |
fget is a commandline tool for mirroring remote files via FTP. It was
designed as an analog to the GNU wget utility. The fget package includes
an FTP client library, so that others can make use of FTP from within
their own C programs.
WWW: http://www-dev.cso.uiuc.edu/fget/
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 a198882ade65..6f03acf98ae9 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -11,6 +11,7 @@ SUBDIR += curl SUBDIR += downloader SUBDIR += emirror + SUBDIR += fget SUBDIR += ftpcopy SUBDIR += ftpcube SUBDIR += ftpfind |