diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-07 04:12:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-07 04:12:24 +0800 |
commit | d52adaf3bc03ae27314b012f8c70e2ca208702b3 (patch) | |
tree | a393ed9cd3a99d207075062f2e9bcbccada6727c /ftp/Makefile | |
parent | 919a2a6dd659b1d7f03cfe8072ccf557dba53a59 (diff) | |
download | freebsd-ports-gnome-d52adaf3bc03ae27314b012f8c70e2ca208702b3.tar.gz freebsd-ports-gnome-d52adaf3bc03ae27314b012f8c70e2ca208702b3.tar.zst freebsd-ports-gnome-d52adaf3bc03ae27314b012f8c70e2ca208702b3.zip |
Python FTP server library provides an high-level portable interface to easily
write asynchronous FTP servers with Python. Based on asyncore / asynchat
frameworks pyftpdlib is actually the most complete RFC959 FTP server
implementation available for Python language.
WWW: http://billiejoex.altervista.org/pyftpdlib.html
PR: ports/109934
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
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 d92e8c405a6d..82a1fe069c14 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -90,6 +90,7 @@ SUBDIR += pureadmin SUBDIR += py-curl SUBDIR += py-ftputil + SUBDIR += py-pyftpdlib SUBDIR += quftp SUBDIR += rexx-curl SUBDIR += smbftpd |