
NAURTECH WEB BROWSER AND TERMINAL EMULATION FOR WINDOWS CE AND WINDOWS MOBILE
CETerm Scripting Guide Page 47
Methods
The following methods are available
Create a new directory on the remote host.
Delete a file on the remote host.
Delete a directory on the remote host.
Get a file from the remote host.
Get the current directory on the remote host.
List files on the remote host.
Login to the FTP service of the remote host.
Logout of the FTP service.
Put a local file onto the remote host.
Rename a file on the remote host.
Set the current directory on the remote host.
status = CreateDirectory ( directoryName )
Create a new directory on the remote host. Return 0 on success or non-zero
otherwise. Use the FTP properties LastError and LastErrorText to get additional
error information.
status = DeleteFile ( fileName )
Delete the named file on the remote host. Return 0 on success or non-zero
otherwise. Use the FTP properties LastError and LastErrorText to get additional
error information.
status = DeleteDirectory ( directoryName )
Delete the named directory on the remote host. Return 0 on success or non-zero
otherwise. Use the FTP properties LastError and LastErrorText to get additional
error information.
status = GetFile ( localName, remoteName )
Copy the named remote file to the given local name. Return 0 on success or
non-zero otherwise. Use the FTP properties LastError and LastErrorText to get
additional error information.
Commenti su questo manuale