A secure, extensible and configurable Perl FTP server
Net::FTPServer is a secure, extensible and configurable FTP server written in Perl.
Current features include:
* Authenticated FTP access.
* Anonymous FTP access.
* Complete implementation of current RFCs.
* ASCII or binary type file transfers.
* Active or passive mode file transfers.
* Run standalone or from inetd(8).
* Security features: chroot, resource limits, tainting, protection against buffer overflows.
* IP-based and/or IP-less virtual hosts.
* Complete access control system.
* Anonymous read-only FTP personality.
* Virtual filesystem allows files to be served from a database.
* Directory aliases and CDPATH support.
* Extensible command set.
* Generate archives on the fly.
Net::FTPServer is a secure, extensible and configurable FTP server written in Perl.
Current features include:
* Authenticated FTP access.
* Anonymous FTP access.
* Complete implementation of current RFCs.
* ASCII or binary type file transfers.
* Active or passive mode file transfers.
* Run standalone or from inetd(8).
* Security features: chroot, resource limits, tainting, protection against buffer overflows.
* IP-based and/or IP-less virtual hosts.
* Complete access control system.
* Anonymous read-only FTP personality.
* Virtual filesystem allows files to be served from a database.
* Directory aliases and CDPATH support.
* Extensible command set.
* Generate archives on the fly.
To install p5.32-net-ftpserver, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-net-ftpserver
To see what files were installed by p5.32-net-ftpserver, run:
port contents p5.32-net-ftpserver
To later upgrade p5.32-net-ftpserver, run:
sudo port selfupdate && sudo port upgrade p5.32-net-ftpserver
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.