sudo apt-get install vsftpd openssh-server portmap
sudo vi /etc/vsftpd.conf
uncomment the below two lines:
#WRITE_ENABLE
#LOCAL_ENBALE
sudo /etc/init.d/vsftpd restart # restart service
it needn't restart Ubuntu to take it effect.
sudo apt-get install vsftpd openssh-server portmap
sudo vi /etc/vsftpd.conf
uncomment the below two lines:
#WRITE_ENABLE
#LOCAL_ENBALE
sudo /etc/init.d/vsftpd restart # restart service
it needn't restart Ubuntu to take it effect.
转载于:https://my.oschina.net/aspirs/blog/609355