Scroll to navigation

FtpGetFileW(3w) Wine API FtpGetFileW(3w)

NAME

FtpGetFileW (WININET.@)

SYNOPSIS

BOOL FtpGetFileW
(
HINTERNET hInternet,
LPCWSTR lpszRemoteFile,
LPCWSTR 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 "internet.h".
Implemented in "dlls/wininet/ftp.c".
Debug channel "wininet".
Oct 2012 Wine API