Hello,
I'm using FtpWebRequest - I can succesfully FTP files, but can't find a way to set the Proxy server.
I've got this far and got stuck:
Dim ProxyServer As IWebProxy
Dim webProxyUri As New Uri("ftp://my_ftp_proxy")
ProxyServer.Credentials = webProxyUri
result.Proxy = ProxyServer
Any help greatly appreciated
Tim
I'm using FtpWebRequest - I can succesfully FTP files, but can't find a way to set the Proxy server.
I've got this far and got stuck:
Dim ProxyServer As IWebProxy
Dim webProxyUri As New Uri("ftp://my_ftp_proxy")
ProxyServer.Credentials = webProxyUri
result.Proxy = ProxyServer
Any help greatly appreciated
Tim