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