- Describe the issue briefly
I am trying to connect to ftp server using following commands :
ftp 0.0.0.0 8081
Connected to 0.0.0.0.
220 (vsFTPd 3.0.3)
Name (0.0.0.0:crio-user):
Login failed.
ftp> ls
530 Please login with USER and PASS.
ftp: bind: Address already in use
I wasn’t allowed to enter, username and pass. The server directly took me to login failure
I have not modified anything in vsftpd.conf after setting up development environment for module 4.
I directly tried to connect to ftp, and got this failure.
I was able to connect to ftp in module 3, and have finished it successfully, unfortunately that vsftpd.conf was overwritten by module 4’s vsftpd.conf, which apparently doesn’t work
-
How much time have you spent debugging this issue?
(Please spend at least 15 minutes to resolve the issue on your own before posting a new topic here)
30 min -
What is your hypothesis?
Something to do with port availability. Not sure though