I'm trying to run an automated .bat file to connect to a remote FTP site and upload a file. I prefer this to work on port 4900.
Trying this on a commandline fails with the error Unknown host midnightgaming.net:4900.
ftp midnightgaming.net:4900
I also tried:
ftp midnightgaming.net 4900
How can I make this work without needing to run another FTP server on a different port?
Start Free Trial