主题 : jeecms 安装之后 配置FTP 显示上传成功,但是实际FTP没有文件 |
级别: 论坛管理员
![]() |
31# 发表于:2018-09-13 14:34:38 IP:117.140.*.*
|
||||
---|---|---|---|---|---|
级别: 举人
![]() |
32# 发表于:2018-09-13 17:18:40 IP:115.61.*.*
这个密码应该是你们的bug 在密码框里面输入的 会被你们转换为36 个字节长的的数据我直接修改数据库中了然后显示 登陆成功 但是在创建目录 转换 目录的时候又不行了
下面是输出日志,你们瞅瞅遇到过没 220 (vsFTPd 3.0.3) USER uftp 331 Please specify the password. PASS MyNewPass4! 230 Login successful. TYPE I 200 Switching to Binary mode. CWD /u/cms/www/201809/ 550 Failed to change directory. CWD / 250 Directory successfully changed. CWD /u/ 550 Failed to change directory. MKD u 550 Create directory operation failed. CWD /u/ 550 Failed to change directory. CWD /u/cms/ 550 Failed to change directory. MKD cms 550 Create directory operation failed. CWD /u/cms/ 550 Failed to change directory. CWD /u/cms/www/ 550 Failed to change directory. MKD www 550 Create directory operation failed. CWD /u/cms/www/ 550 Failed to change directory. CWD /u/cms/www/201809/ 550 Failed to change directory. MKD 201809 550 Create directory operation failed. CWD /u/cms/www/201809/ 550 Failed to change directory. PASV 227 Entering Passive Mode (172,31,242,74,79,64). |
||
---|---|---|---|