我正在尝试将文件从 Ubuntu 14.04 传输到 Windows 8。我已经在虚拟机 vmware 上安装并配置了 vsftpd。当我通过 ftp 登录 Windows 时,即使我的 root 密码正确,它也会给出错误的密码。
adeel@ubuntu:~$ sudo service vsftpd restart
[sudo] password for adeel:
vsftpd start/running, process 8676
adeel@ubuntu:~$ hostname
ubuntu
adeel@ubuntu:~$ ftp adeel
Connected to adeel.localdomain.
220 Microsoft FTP Service
//now i am connecting ftp to windows 8 but it is giving incorrect password.
Name (adeel:adeel): adeel
331 Password required
Password:
530-User cannot log in.
Win32 error: The user name or password is incorrect.
Error details: An error occurred during the authentication process.
530 End
Login failed.
Remote system type is Windows_NT.
ftp>