Connection through socket to an authenticated proxy server

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
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.
 
HuangTM,

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

-Andrew
 
Back
Top