FTPServer.retrieveFileFrom(remotefile,localfile,mode)
Retrieves a file from this FTP server.
Arguments:
Name
Type
Description
Mode
remotefile
String
the remote file name
in
localfile
String
the local file name
in
mode
pString(1)
the mode [I = binary, A = ascii].
in
Parent topic:
Fuego.Net : FTPServer