Installing the FTP Service
apt-get install vsftpd
Change related profiles after installation
/etc/vsftpd.conf
cp /etc/vsftpd.conf.old /etc/vsftpd.conf
Change Configuration Instructions Reference http://blog.csdn.net/u011641885/article/details/46710981
Here is my vsftpd.conf file content
listen=YES local_enable=YES local_root=/home/gino write_enable=YES local_umask=022 file_open_mode=0755 dirmessage_enable=YES use_localtime=YES xferlog_enable=YES ascii_upload_enable=YES ascii_download_enable=YES chroot_local_user=YES chroot_list_enable=YES chroot_list_file=/etc/vsftpd.chroot_list secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vsftpd rsa_cert_file=/etc/ssl/private/vsftpd.pem
Start the FTP service after configuration is complete
/etc/init.d/vsftpd restart
connection to the Nodepad
Plugin->nppftp->show nppftp window–>settings->profile settins
Set up
When the settings are complete, click Close and tap Connect
connection to the UltraEdit
File->ftp-> open from FTP account
Set up
Click Apply when you're done, then tap Open
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
UltraEdit and notepad++ using FTP to edit files directly on Linux