Build a linux Ftp server to upload and download files

1. Check if vsftpd is installed

  rpm -q vsftpd

2. If there is a startup, if there is no need to install vsftpd

   rpm -ivh /mnt/vmlinux/vsftpd-2.0.5-16.el5.i386.rpm

3.     After installation, start the server to  service vsftpd start

 

4. Test  ftp localhost

5. Download leapFtp allows downloading but not uploading,

     In the etc/vsftpd/user_list file, add a # comment before root

Add #comment to root in etc/ vsftpd /ftpusers

service vsftpd  restart

then reconnect on windows

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326563784&siteId=291194637