table of contents
other versions
- wheezy 1.4.1-4
FtpPutFileW(3w) | Wine API | FtpPutFileW(3w) |
NAME¶
FtpPutFileW (WININET.@)SYNOPSIS¶
BOOL FtpPutFileW(
HINTERNET hConnect,
LPCWSTR lpszLocalFile,
LPCWSTR lpszNewRemoteFile,
DWORD dwFlags,
DWORD_PTR dwContext
)
DESCRIPTION¶
Uploads a file to the FTP server.RETURNS¶
TRUE on success FALSE on failureIMPLEMENTATION¶
Declared in "internet.h". Implemented in "dlls/wininet/ftp.c". Debug channel "wininet".Oct 2012 | Wine API |