Give advice, please. I want to develop FTP / SFTP / FTPS client download manager in Delphi on WinInet. On what better to do (Indy, ISC Components, WinInet ...)? May already have solution开发者_JS百科s
I\'m writing my own MFC app that uses WebBrowser control (uses IE9). I wonder how can I use the API similar for \"the document mode menu\" in IE Developer tools : http://msdn.microsoft.com/en-us/libra
I have made a program to upload to my NAS via FTP protocol. My program runs fine when I try to upload to my web page, but when I开发者_开发问答 enter the IP of my NAS, the following line returns false
I have a Visual Studio 2008 C++ application that uses WinInet to retrieve fi开发者_如何学Goles from HTTP and FTP servers. Is there a way I can specify which network adapter WinInet will use to connect
I am looking at the Wininet APIs for cookies, and I cannot seem to find a flag for that would avoid sending cookies, but still accept them. I am trying to not send in the HTTP request the cookies curr
I am currently programming a simple program, I want to distribute to my friends. What I am trying to accomplish, is to write some external binary files to a buffer from the internet, upon starting the
I have an app that makes intensively uses of Wininet functions to get some data from internet. I am getting a very odd handle related error messages sometimes:
Hello and good evening to all. I have my app that uses InternetSetCookie to create (session) cookies needed for its job. However I want to remove the cookie named for ex. \'badcookie\' after each req
I am working on a program that needs to check the existence of a page before it loads (so nothing too exotic).
I would like to set proxy settings of a specific Internet Explorer 8 instance. Here is my code: static Process RunNewIE8Instance(string proxySettings)