Downloads a file from the server.
Syntax: GetFile (SrcFile As String, DstFile As String)
SrcFile - The name of the file on the server.
DstFile - The path and name of the target file on the device / desktop.
Example:
ftp.GetFile("image001.jpg",AppPath & "\image001.jpg")