i m getting this error “No control connection for command: Transport endpoint is not connected”
pls help in module 3
i ran these commands
and pasv_promiscuous=YES in my conf file
sudo ftp 0.0.0.0 8081
[sudo] password for crio-user:
Connected to 0.0.0.0.
220 (vsFTPd 3.0.3)
Name (0.0.0.0:root): crio-user
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> pass
Passive mode on.
ftp> put /home/crio-user/workspace/ftp_client/upload.txt /home/crio-user/workspace/ftp_server
local: /home/crio-user/workspace/ftp_client/upload.txt remote: /home/crio-user/workspace/ftp_server
No control connection for command: Transport endpoint is not connected
Passive mode refused.
ftp>