In a delphi program (running as a service) i need to call some webservices. The calls works fine if basic Authentications is not requerired. The calls also works fine if Basic Authentication is requer
try { pConnect = sess->GetFtpConnection(ftpArgs.host, ftpArgs.userName, ftpArgs.password, port, FALSE );
Trying to wrap this short example in C++. (and its been a while since I did this). int main(int argc, char* argv[])
Starting from scratch, would like to create an ftp application using WinInet. Looking for a real basic example in C++ that will compile and get me started.
I\'m 开发者_StackOverflow社区transferring a file using ftp in Delphi. I am able to connect to the ftp account ok but when I try and upload a file the
Looking for a way to issue an HTTPwebrequest, or use the browser control, or winhttp to make a request to a URL, but override the IP address it connects to from the DNS lookup to a specif开发者_JAVA百
Hoi, I tried to create a soap request using the WinInet API, however 开发者_如何学运维adding headers with SOAP etc seems to fail. Is this a known issue or can WinInet not be used for SOAP?
I have already used wininet to send some synchronous HTTP requests. Now, I want to go one step further and want to request some content asynchronously.
Here is a way to do an HTTP post using Indy, in one line, more or less: Response := FIdHttp.Post(URL, StringStream);
Our program calls InternetCheckConnection every 2 seconds to test whether the program is connected to our server.