Connection through socket to an authenticated proxy server

G

Guest

Hi
How can an authenticated proxy be connected to using .NET Sockets from Client
I need this for writing a FTP Client application

Thanks in advance
Regards
Manish.
 
T

Tian Min Huang

Hello Manish,

Thanks for your post. As I replied in another thread, I suggest that you
can use WebRequest and its derived class which supports proxy to
communicate to your FTP server. There is a sample at
http://www.gotdotnet.com/userfiles/Feroze/ftpclient.zip which provdes a FTP
client class derived from WebRequest and supports Proxy. Please check it on
your side.

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
T

Tian Min Huang

Hi Manish,

How are things going? I would appreciate it if you could post here to let
me know the status of the issue. If you have any questions or concerns,
please don't hesitate to let me know. I look forward to hearing from you,
and I am happy to be of assistance.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
A

Andrew Baum

HuangTM,

The ftpclient class derived from WebRequest doesn't appear to work with ISA
2000. Is there a work around?

-Andrew
 

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