FTP through proxy server

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.
 
D

Dmitriy Lapshin [C# / .NET MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top