table of contents
other versions
- wheezy 1.4.1-4
FtpGetFileA(3w) | Wine API | FtpGetFileA(3w) |
NAME¶
FtpGetFileA (WININET.@)SYNOPSIS¶
BOOL FtpGetFileA(
HINTERNET hInternet,
LPCSTR lpszRemoteFile,
LPCSTR lpszNewFile,
BOOL fFailIfExists,
DWORD dwLocalFlagsAttribute,
DWORD dwInternetFlags,
DWORD_PTR dwContext
)
DESCRIPTION¶
Retrieve file from the FTP server.RETURNS¶
TRUE on success FALSE on failureIMPLEMENTATION¶
Declared in "wininet.h". Implemented in "dlls/wininet/ftp.c". Debug channel "wininet".Oct 2012 | Wine API |