我已经安装好,vsftpd
可以在一台计算机和另一台计算机之间交换文件,反之亦然。当我使用以下命令连接到远程计算机时ftp -A -a 192.168.0.32
,我得到了以下输出:
Connected to 192.168.0.32.
220 (vsFTPd 3.0.5)
331 Please specify the password.
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
然后,当我尝试将文件从本地计算机放到远程计算机时put 10.mp4
- 我得到以下信息:
local: 10.mp4 remote: 10.mp4
200 EPRT command successful. Consider using EPSV.
553 Could not create file.
我收到错误,553 Could not create file.
请告诉我 - 我该怎么做才能解决这个问题?
PS,抱歉我的英语不好。