DownLoad
DownLoad(RemoteFilePath As String, LocalPath As String[, LocalFileName As String[, DeleteFile As Boolean]]) As Boolean
Download from the FTP server the file designated by the full path <RemoteFilePath> to the local directory <LocalPath>.
The optional parameter <LocalFileName> contains the name of the file to create in the local directory. By default, it's the same name as on the FTP server. The option <DeleteFile> allows deleting the file after download (default value: FALSE).