diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-11-01 03:05:50 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-11-01 03:05:50 +0800 |
commit | c731370422b237a014ec783bf5b7192f2c141010 (patch) | |
tree | 3ae133b8af7299d2c14c6ea523a7f47df9f0be3d /ftp/Makefile | |
parent | 0df5f5b9e36214068bd99d0177311d32c4f718dd (diff) | |
download | freebsd-ports-gnome-c731370422b237a014ec783bf5b7192f2c141010.tar.gz freebsd-ports-gnome-c731370422b237a014ec783bf5b7192f2c141010.tar.zst freebsd-ports-gnome-c731370422b237a014ec783bf5b7192f2c141010.zip |
FileZilla is a powerful FTP-client. It has been designed for ease of use and
with support for as many features as possible, while still being fast and
reliable.
The main features of FileZilla are:
* Ability to resume Uploads/Downloads (if the server supports it).
* Custom Commands.
* Site Manager with folders.
* Keep Alive system.
* Timeout detection.
* Firewall support.
* SOCKS4/5 and HTTP1.1 Proxy support.
* SSL secured connections.
* SFTP support.
* Upload/Download Queue.
* Drag&Drop.
* Multi-language support.
* GSS authentication and encryption using Kerberos.
WWW: http://filezilla.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 946263ec2565..b3d4e2281fe9 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -18,6 +18,7 @@ SUBDIR += downloader SUBDIR += emacs-wget SUBDIR += fget + SUBDIR += filezilla SUBDIR += fmirror SUBDIR += frox SUBDIR += ftp-tls |