:: Setup FTPd on EC2 Server
Posted by blackonsole on January 17th, 2012 03:55 AM | No Comment
File Transfer Protocol (FTP) is a standard network protocol used to transfer files from one host to another host over a TCP-based network, such as the Internet. - WikiPedia
:: Unblock ftp port and ftp passive port
:: vsftpd jail users
Posted by blackonsole on November 17th, 2011 09:26 AM | No Comment
:: What is vsftpd
vsftpd is an FTP server for Unix-like systems, including Linux. It is licensed under the GNU General Public License. It supports IPv6 and SSL. - wikipeda