This method downloads a file from the FTP server.
Prototype
public System.Booleanean Download (String sHostPath, String sLocalPath)
Parameters
sHostPath: Path of the host file to download [usually : library/file(member) ]
sLocalPath: Path of the local (PC) file where the downloaded file will be stored.
Return value
The return value depends on the synchronous property.
If the synchronous property was set to TRUE, the return value specifies the outcome of the download: TRUE if upload was successful,
FALSE otherwise.
If the synchronous property was set to FALSE, the return value specifies whether the download request has been successfully
accepted or not.
The outcome of the file transfer itself will be notified to the client through the EndOfFileTransfer or the Error events.