The FTP (File Transfer Protocol) functions deal with FTP file
and directory manipulation and navigation. Using a CERN proxy
exclusively requires using the WebUrl
function because CERN proxies require an HTML request
containing an FTP URL.
WebFtpGetFileSize Function Retrieves the file size of a remote file, enumerated using WebFtpFindFirstFile/WebFtpFindNextFile functions.
WebFtpGetFileTime Function Retrieves the file date and time properties of a remote file, enumerated using WebFtpFindFirstFile/WebFtpFindNextFile functions.
WebFtpListDirectory Function Searches the specified directory of the given FTP session and retrieves a directory listing of the path specified in sSearchPath.