put 썸네일형 리스트형 WebDAV What is WebDAV? WebDAV is Web-based Distributed Authoring and Versioning, an extension to the HTTP protocol to allow for remotely managing content on a webserver. Though the HTTP protocol does define GET, PUT, and DELETE methods, these are not sufficient for proper remote authoring (for instance, HTTP provides no method for creating a remote directory). These extensions are general enough to use.. 더보기 Http File Upload Code (C++) #include "afxinet.h" void CTEST1Dlg::HttpPutFile(LPCTSTR wszServerURL, LPCTSTR wszRemoteFilePath, LPCTSTR wszLocalFilePath, UINT nPort, LPCTSTR wszLoginUserID, LPCTSTR wszLoginPassword ) { /* TCHAR wszServerURL[100] = _T("192.168.0.2"); TCHAR wszServerURL[100] = _T("abc.com"); TCHAR wszLocalFilePath[100] = _T("\\Program Files\\aaa\\abc"); TCHAR wszRemoteFilePath[100] = _T("/aaaa/abc.bmp"); TCHAR.. 더보기 이전 1 다음