ubuntu安装配置ftp服务器
2007-07-20 18:33
1. 下载vsftpd
# apt-get install vsftpd
PS:如果提示----提示"E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem."
解决办法:运行如下命令
mv /usr/bin/localedef /usr/bin/localedef.old
dpkg --configure -a 2. 编辑配置文件 vi /etc/vsftpd.conf 取消下面两行前面的注释 local_enable=YES write_enable=YES 3. 重启ftp服务 /etc/init.d/vsftp restart 4. 在ie中输入: ftp://username@ip 接下来会提示输入密码,输入系统的用户密码即可。 username为服务器上已配置的用户,ip为服务器的ip 也可以用ftp工具进行下载。 |
5、输入命令: sudo apt-get install openssh-server
尝试ssh服务 然后ftp服务