安装ftp服务
apt-get install vsftpd
安装完后更改相关配置文件
/etc/vsftpd.conf
cp /etc/vsftpd.conf /etc/vsftpd.conf.old
vi /etc/vsftpd.conf
更改配置说明參考http://blog.csdn.net/u011641885/article/details/46710981
以下是我的vsftpd.conf 文件内容
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
查看 /etc/下有没有vsftpd.chroot_list 文件,没有就新建一个,并在里面增加同意登陆的用户
配置完毕后启动ftp服务
/etc/init.d/vsftpd restart
nodepad的连接
插件->NppFTP->Show nppFTP Window –>Settings->Profile settins
如图设置
设置完毕之后点关闭然后点Connect就可以
UltraEdit的连接
文件->FTP->从FTP打开->账户
如图设置
设置完后点击应用,然后点击打开就可以