The ftp object allows access to the command available
as menu items. They do not take any parameter but they will ask them to
the user as needed. They return true in case of success and false
in case of error. Note that cancelling an operation returns a success code.
The exception mode has no effect on these routines, they always return
a status.
doConnect()
Connect to a server.
doDisconnect()
Disconnect from the server.
doRemotePrintWorkingDirectory()
Print the remote current directory in the log window.
doRemoteChangeWorkingDirectory()
Change the remote current directory.
doRemoteChangeToParentDirectory()
Change the remote current directory to its parent.
doRemoteList()
List the content of the remote current directory in the log window.
doRemoteMakeDirectory()
Make a remote directory.
doRemoteDeleteFile()
Delete a remote file.
doRemoteRemoveDirectory()
Delete a remote directory, which must be empty.
doLocalPrintWorkingDirectory()
Print the local current directory in the log window.
doLocalChangeWorkingDirectory()
Change the local current directory.
doLocalChangeToParentDirectory()
Change the local current directory to its parent.
doLocalList()
List the content of the local current directory in the log window.