FTP through proxy server

  • Thread starter Thread starter Sriram
  • Start date Start date
S

Sriram

Hi,

I need very simple FTP feature to only download files. It
is important that it should work through a proxy server. I
found some FTP code on the web, but didn't find proxy
support. Does anyone have some code that can FTP through a
proxy server?

Thanks in Advance,
Sriram.
 
Hi,

You can use the WinInet library through P/Invoke. It can use your IE proxy
settings, as well as it should also allow you specify your own settings.
 
Back
Top