Hi, I've written an application for a Windows client that is behind a ISA-server. Now this client has to upload some files to a FTP server outside the ISA server, doing so the client has to use the standard proxy-server installed by default on the ISA server to connect to the Internet where this FTP server is living.
The question now is what windows API should I use? When there is no proxy server between I use from the wininet.dll the InternetOpen, InternetConnect and FtpPutFile functions. And I can't figure out what functions I should use to go through the proxy server, can I use the same functions, but what about the parameters than? Or other functions?
Any help or point into the right direction is helpful!
Thanks in advance,
Charl
The question now is what windows API should I use? When there is no proxy server between I use from the wininet.dll the InternetOpen, InternetConnect and FtpPutFile functions. And I can't figure out what functions I should use to go through the proxy server, can I use the same functions, but what about the parameters than? Or other functions?
Any help or point into the right direction is helpful!
Thanks in advance,
Charl