I'm trying to ftp a file using passive ftp but I get a timeout (12002) when the "put" command is called.
I'm able to use passive ftp with other ftp sites but not this new one.
I've tried this using three different ways on the same server: * FileZilla Client in passive mode - this works * WinINet libarary in passive mode - I get a timeout when calling PutFile * IE 6 in passive mode - I get a timeout when the directory listing is attempted
This is on a Windows 2000 server.
I assume my firewall is set up correctly since FileZilla worked.
Can anyone help me figure out what's going on?
Thank you