How to install vsftpd in ubuntu:
$ sudo apt-get install vsftpd

How to enable local accounts for FTP client login:
Edit /etc/vsftpd.conf
Uncomment "local_enable=YES" and "write_enable=YES"

How to restart, start and stop vsftpd service:
$ sudo /etc/init.d/vsftpd restart
$ sudo /etc/init.d/vsftpd start
$ sudo /etc/init.d/vsftpd stop

How to see the services of ftp:
$ netstat -tulnp | grep 21
or
$ cat /etc/services

arrow
arrow
    全站熱搜

    forteallan 發表在 痞客邦 留言(0) 人氣()