Linux start ftp
1. install package
yum install vsftpd
2. modify the user list
vi /etc/vsftpd/user_list
3. start ftp service
service vsftpd start
4. Default path: /var/ftp/pub
Attention:
1. root account can not use ftp function
2. client server use lftp command with username login can view the root path
example: lftp -u <username> <ftp server ip>
Comments
Post a Comment