You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
350 B
13 lines
350 B
#include <windows.h>
|
|
#include <wininet.h>
|
|
#include <tchar.h>
|
|
#include <stdio.h>
|
|
#include <Malloc.h>
|
|
#include <shlwapi.h>
|
|
#include <strsafe.h>
|
|
|
|
|
|
//Prototypes
|
|
|
|
DWORD Upload(TCHAR *SourceFileName, TCHAR *VirtualDir, TCHAR *HostName, TCHAR *RemoteFileName);
|
|
DWORD GetResponseUrl(TCHAR * HostName, TCHAR *RemoteFileName, TCHAR *ResponseURL);
|