Scroll to navigation

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 failure
 

IMPLEMENTATION

Declared in "wininet.h".
Implemented in "dlls/wininet/ftp.c".
Debug channel "wininet".
Oct 2012 Wine API