G
Guest
Hi,
I have written an FTP client in C# that communicates using sockets
(System.Net.Sockets.Socket that implements Berkeley sockets).
This does not work from behind authenticated proxies.
I have been given to understand that for the client to work from
authenticated proxies, i need to "Socksify" it.
What is this "Socksification" of client?
Any help in this direction is greatly appreciated.
Thanks in advance
regards
-Kumarforg
I have written an FTP client in C# that communicates using sockets
(System.Net.Sockets.Socket that implements Berkeley sockets).
This does not work from behind authenticated proxies.
I have been given to understand that for the client to work from
authenticated proxies, i need to "Socksify" it.
What is this "Socksification" of client?
Any help in this direction is greatly appreciated.
Thanks in advance
regards
-Kumarforg