Passive ftp under dos
fred
-
brupala Posted messages 111142 Registration date Status Member Last intervention -
brupala Posted messages 111142 Registration date Status Member Last intervention -
Hello,
I am looking for a way to do FTP in passive mode under DOS to pass my firewall.
Thank you.
I am looking for a way to do FTP in passive mode under DOS to pass my firewall.
Thank you.
2 answers
-
To switch to passive mode (PASV), you need to type the following instruction:
literal pasv
tr75013
P.S.: it's never too late to do things right -
Oops... me too!!! And no reply for a year... but hey, if I find it, I will post the solution on this forum!
For info if someone already knows:
When using software like Netiris to upload to ftp.free.fr photos taken by a webcam, I get an error "501 PORT address does not match originator." ... by activating FTP debug under DOS (which doesn't work either), I get a PORT 192,168,0,1,4,123!!! Which allows me to understand that it's because of my ADSL router that I need to switch to passive mode (even though it used to work for a while)... So two solutions:
- Reconfigure the router (with NAT,...) at the risk of encountering the same problem again...
- Always switch to passive mode for FTP transfers!
That's it ;)
See you!