Ubuntu 14.04 FTP服务器--vsftpd的安装和配置

1, install vsftpd pkg.

# aptitude install vsftpd

Note: any error or you modify vsftpd configure file wrong, you could "# aptitude purge vsftpd" and then reinstall vsftpd.


2, open file /etc/vsftpd.conf and ucomment "write_enable=YES" line.

...

# Uncomment this to allow local users to log in.
local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
write_enable=YES
#
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
#local_umask=022

...

3, Start vsftpd service.

# sudo service vsftpd start

# sudo service vsftpd status


Ok, done.


Now you could using this ftp server.

Such as,

ftp://IP

username: YOUR_UBUNTU_USERNAME

password: YOUR_UBUNTU_PASSWORD


Note:

if can not login ftp server, first make sure the firewall is stoped both ftp server(# iptable -F) and this client.


If still can not write or upload files, you could change the attribute of file /home/YOUR_UBUNTU_USERNAME .

Such as:

chmod 777 /home/YOUR_UBUNTU_USERNAME -R

chown YOUR_UBUNTU_USERNAME:YOUR_UBUNTU_USERNAME /home/YOUR_UBUNTU_USERNAME -R


/

Anyone still has some problem, please add comments in the followings. Thx.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值