my vsftdpd_v1 vsftpd_v1.conf command is executing properly, the 0.0.0.0:8081 address shows up in netstat, vsftpd_v1 shows up in ps -ef also. But whenever I try to connect to the ftp QBox server following things happen:
- It asks for name and I give crio-user(I think this is the correct username)
- then it says 331 Please specify the password and I provide the password
- it shows
421 Service not available, remote server has closed connection
Login Failed.
No control connection for command: Success
ftp>
So I guess I have the following questions:
for command "ftp " --> where can I find this hostname(port: 8081)
what is the correct “Name” that we have to provide to login successfully.
Thanks in advance. Stuck on this loop for a long time.