Description
Parameter or
return value
Method
Copies a file from the remote computer
to the host computer. The parameters
can contain wildcard characters
The parameter contains the fully
qualified destination path and file name.
The HostFile and RemoteFile strings do
not have to be identical
Parameter =
HostFile as string
boolean
FileXferToHost(BSTR
HostFile);
Copies a file from the remote computer
to the host computer. The parameters
can contain wildcard characters
The parameter contains the fully
qualified path and file name to be copied
from the remote computer. The HostFile
and RemoteFile strings do not have to
be identical
Parameter =
RemoteFile as
string
boolean
FileXferToHost(BSTR
RemoteFile);
TRUE if command executed
Return value =
Boolean
boolean FileXferToHost
Creates a new folder on the host
computer. This function creates a
temporary folder on the remote
computer, and then copies that folder
to the host computer
The parameter contains the drive and
path to create the folder on the host
computer
The return value is TRUE if command
executed
Parameter =
FolderName as
string
Return value =
Boolean
boolean
CreateFolderOnHost(BSTR
FolderName);
Visual C++ object definitions
Awrem32 functions
86