Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3.1k views
in Java FTP by (120 points)
I'm trying your trial version of edtFTPj/Pro to access to a FTP site throw a proxy.

I've read user development guide and all messages about proxy in this forum but anyone has the response. If I try the solution
remoteuser@remotehost.com
but when I precise the proxy as host, it is not know ...

After discussion with my network administrator, SOCKS is disabled (security hole).

But we can access with FTP command throw the proxy with the following syntax : USER remoteuser@remotehost proxyuser.

My questions are :
1. Do you have had a similar problem ?
2. Is it possible to execute this command with your product ? If yes, how precise proxy password ?

Thanks for you help

1 Answer

0 votes
by
FTPclient ftpuser = new FTPclient("192.168.18.18",   // ip of proxy
         "remoteUser@remotehost.com"            "passwordOfRemotehost")


Perhaps this will help you....

Categories

...