- 分享
- 0
- 人气
- 0
- 主题
- 66
- 帖子
- 2381
- UID
- 151442
- 积分
- 7048
- 阅读权限
- 23
- 注册时间
- 2008-6-30
- 最后登录
- 2018-10-23
- 在线时间
- 4089 小时
   
|
本帖最后由 龍牙再世 于 2012-8-29 02:12 AM 编辑
sftp不需要安装,只要你能ssh,就能sftp
至于其它FTP server,google很多
weeming21 发表于 2012-8-10 04:31 PM 
我登录filezilla的时候,出现530错误信息
status: Connecting to xxx.x.x.x
status connection established,waiting for welcome message
Response: 220(vsFTPd 2.3.5)
Command:User ftp_testuser@xxx.x.x.x
Response: 331 Please specify the password
command ASS *****
Response:530 Login incorrect
Error:critical error
Error
Could not connect to server
账号跟密码都没错,我可以更改密码,但是始终无法登陆
上网看到这个方法:
1、useradd -d /path -s /sbin/nologin username 填加用户的时候shell是/sbin/nologin
2、将上面的shell加入到/etc/shells中就可以了
但是完全不理解,试了很多,都没结果,求救啊! |
|