Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Proxy server with FtpWebRequest

Status
Not open for further replies.

TimGoff

Technical User
Jul 16, 2002
166
GB
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


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top