安装ftp服务
apt-get install vsftpd
安装完后更改相关配置文件
/etc/vsftpd.conf
cp /etc/vsftpd.conf /etc/vsftpd.conf.old
vi /etc/vsftpd.conf
下面是我的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打开->账户
如图设置
设置完后点击应用,然后点击打开即可。
Ubuntu下的Notepad++:Notepadqq:http://www.linuxdiyf.com/linux/13051.html
Ubuntu 15.04/14.10/14.04下安装和卸载Notepad++(notepadqq):http://www.linuxdiyf.com/linux/12132.html
Fedora 14下安装sciTE编辑器(类似NotePad++):http://www.linuxdiyf.com/linux/6066.html
notepad NppFTP插件连接Linux(此处为Debian):http://www.linuxdiyf.com/linux/5329.html