search for: internetopen

Displaying 4 results from an estimated 4 matches for "internetopen".

2005 Aug 30
2
Replacing WinInet functions with OpenSSH API Calls
...ey are running OpenSSH 3.71p, and the requirements are to not change the server side daemon, and only change my client calls. While I'm fine with this, my current implementation takes advantage of WinINets ability to completely manage the file transfer session. I'm simply making calls to InternetOpen(), FtpPutFile() and InternetCloseHandle(). Is there a possibility that I can make API level calls with OpenSSH and replace my WinINet calls? If so, I have not been able to locate API's to do so, and would appreciate some pointers to documentation. If there is an API available, or an API bas...
2018 Dec 04
3
patch to support custom HTTP headers in download.file() and url()
...atic void *in_R_HTTPOpen2(const char *url, const char *agent, const char *headers, const int cacheOK) { WIctxt wictxt; @@ -896,7 +927,7 @@ static void *in_R_HTTPOpen2(const char *url, const char *headers, wictxt->length = -1; wictxt->type = NULL; wictxt->hand = - InternetOpen(headers, INTERNET_OPEN_TYPE_PRECONFIG, NULL, NULL, 0); + InternetOpen(agent, INTERNET_OPEN_TYPE_PRECONFIG, NULL, NULL, 0); if(!wictxt->hand) { free(wictxt); /* error("cannot open Internet connection"); */ @@ -906,7 +937,7 @@ static void *in_R_HTTPOpen2(const char *url, const c...
2007 Aug 24
0
Wine release 0.9.44
...does (but just once). urlmon: Call IInternetProtocolSink_Release and ReleaseStgMedium in HttpProtocol where native does. shlwapi: Take sizeof(WCHAR) into account when allocating Unicode string. wininet: Don't send INTERNET_STATUS_HANDLE_CLOSING when closing handle opened with InternetOpen for HTTP connection. wininet: Fix reference count on internet handle for asynchronous InternetReadFileEx call. wininet: Rename WININET_object_destructor to a more general WININET_object_function. wininet: Separate connection closing from object destruction. wininet: Send INT...
2012 May 25
0
Wine release 1.5.5
...msi: Break out of the loop as soon as the assembly is detected in msi_load_assembly. msi: Use the correct function pointer in msi_init_assembly_caches. msi: Add support for version 4.0 of the .NET runtime. wininet: Support setting the user agent string on handles returned by InternetOpen. taskkill: Print a fixme if the /T option is used. fusion: Add a helper to retrieve the runtime version for an assembly. fusion: Use the PEKIND type where appropriate. fusion: Add support for ASM_CACHE_ROOT_EX in GetCachePath. fusion: Add support for enumerating versio...