I tried to connect to a different machine with FTP.
I continually get
500 Unable to service PORT commands
ftp: bind: Address already in use
The solution I got was to enable passive mode in my FTP client.
What does it mean, and how do I do it?
I tried to connect to a different machine with FTP.
I continually get
500 Unable to service PORT commands
ftp: bind: Address already in use
The solution I got was to enable passive mode in my FTP client.
What does it mean, and how do I do it?
If you are using the command-line
ftp
client, invoke it aspftp
orftp -p
instead, which will enable passive mode. If not, find the documentation for your FTP client and search it for "passive mode". This link contains a detailed explanation of passive mode.