Difference between revisions of "Vsftpd"

From Amahi Wiki
Jump to: navigation, search
(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:
yum install vsftpd
+
=== Install vsftpd ===
service vsftpd start
+
    yum -y install vsftpd
[as root, from root folder] wget http://provider4u.de/images/stories/DOWNLOADS/vsftpd.tar.gz
+
=== Start the FTP service ===
open webmin, click webmin, webmin configuration, webmin modules, make sure "local file is checked, click '...' point to vsftpd.tar.gz then goto ok.
+
    service vsftpd start
you should now see vsftpd in the servers in webmin.
+
=== 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.