I'm trying to connect an external ftp host connect through a proxy.
When using WS FTP, I can connect using the following firewall type setting: "USER remoteID@remoteHost fireID" but I can't find the same setting in CoreFTP.
There is any way to workaround this?
Regards,
Pedro Faraco.
Proxy issue
When trying to connect using the "transparent" type, the following message is displayed but directories are not listed:
Any hint?
Thanks for your help.
Code: Select all
Resolving ftp.blablabla.net, via proxy (proxy.proxyco.com)...
Connect socket #980 to 192.85.47.87, port 21 (to 21)...
USER faraco
220 Secure Gateway FTP server ready.
Thanks for your help.
Sorry CP, but I'm pretty sure I need to authenticate against the proxy (in fact this is the only way I could connect using WS_FTP).
But, anyway, this is the log when trying to connect the way you suggested:
And nothing happens...
Thanks again for the help.
[/code]
But, anyway, this is the log when trying to connect the way you suggested:
Code: Select all
esolving ftp.blablabla.net, via proxy (proxy.proxyco.com)...
Connect socket #516 to 192.85.47.87, port 21 (to 21)...
220 Secure Gateway FTP server ready.
USER faraco@ftp.blablabla.net
331 Password required for destination user 'faraco'.
PASS **********
332 Enter Password (use the 'account <text>' or 'quote acct <text>' command to respond)
SYST
530 Command not valid until authentication is complete
Keep alive off...
PWD
530 Command not valid until authentication is complete
PWD
530 Command not valid until authentication is complete
PASV
530 Command not valid until authentication is complete
Attemping Active mode transfer...
PORT 198,132,174,201,94,171
530 Command not valid until authentication is complete
Error loading directory...
Thanks again for the help.
[/code]
I'm a little bit confused. What do you mean with "Try restoring the proxy settings to what they were before using the transparent method."?
I've tried tons of combinations before I opened this topic. Is there any particular setting that you want me to log and paste here? Please, let me know.
The build is 1447.3. Should I upgrade?
Regards.
I've tried tons of combinations before I opened this topic. Is there any particular setting that you want me to log and paste here? Please, let me know.
The build is 1447.3. Should I upgrade?
Regards.
The answer is the same:
And it stops here. No directory is listed.
Thanks.
Code: Select all
Resolving ftp.blablabla.net, via proxy (proxy.proxyco.com)...
Connect socket #536 to 192.85.47.83, port 21 (to 21)...
USER faraco@ftp.blablabla.net
220 Secure Gateway FTP server ready.
Thanks.