Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
6.6k views
in .NET FTP by (160 points)
Hi All,

Does FTPClient support proxy server or gate way? I can't connect to FTP server by using these connections, but when I tried to use dial-up connection, it's OK.

Regards,
Bang

2 Answers

0 votes
by (160 points)
Sorry,

More information: I used Internet Explorer with the same address and config behind proxy server. It's still OK.

[quote="tbly"]Hi All,

Does FTPClient support proxy server or gate way? I can't connect to FTP server by using these connections, but when I tried to use dial-up connection, it's OK.

Regards,
Bang[/quote]
0 votes
by
As far as I can tell, .NET only supports proxies with its WebRequest classes, not with raw sockets.

However many firewalls will accept the following for (host,user,password):

(firewallmachine, remoteuser@remotehost.com, remotepassword).

i.e. the remote machine is the firewall, the user is the login for the remote machine followed by '@' and then the remote host, and the password is the remote host's password for the user.

Hi All,

Does FTPClient support proxy server or gate way? I can't connect to FTP server by using these connections, but when I tried to use dial-up connection, it's OK.

Regards,
Bang

Categories

...