| How To Setup FTP On Linux Using vsFTP |
|
|
|
| How To - FTP | |||
| Written by Christian Foronda | |||
| Thursday, 06 January 2011 11:32 | |||
|
Basic setup:
Install vsftpd: # aptitude install vsftpd or # yum install vsftpd Edit the proftpd.conf file. Uncomment the followin: # vi /etc/vsftpd.conf write_enable=YES Start vsftpd: # /etc/init.d/vsftpd start Similar articles
|
|||
| Last Updated on Friday, 14 January 2011 13:37 |


