Difference between revisions of "Vsftpd"
From Amahi Wiki
(Created page with " yum install vsftpd service vsftpd start [as root, from root folder] wget http://provider4u.de/images/stories/DOWNLOADS/vsftpd.tar.gz open webmin, click webmin, webmin configu...") |
|||
Line 1: | Line 1: | ||
− | + | === Install vsftpd === | |
− | + | yum -y install vsftpd | |
− | + | === Start the FTP service === | |
− | + | service vsftpd start | |
− | + | === Install webmin module === | |
+ | As root, from root folder | ||
+ | wget http://provider4u.de/images/stories/DOWNLOADS/vsftpd.tar.gz | ||
+ | Open webmin, click webmin, webmin configuration, webmin modules, make sure "local file is checked, click '...' point to vsftpd.tar.gz then goto ok. | ||
+ | You should now see vsftpd in the servers in webmin. |
Revision as of 02:28, 5 January 2011
Install vsftpd
yum -y install vsftpd
Start the FTP service
service vsftpd start
Install webmin module
As root, from root folder
wget http://provider4u.de/images/stories/DOWNLOADS/vsftpd.tar.gz
Open webmin, click webmin, webmin configuration, webmin modules, make sure "local file is checked, click '...' point to vsftpd.tar.gz then goto ok. You should now see vsftpd in the servers in webmin.