|
Contents | Previous | Next | Subchapters |
| Syntax |
ftp("cd")remote directory)
|
| See Also: | openftp , lsftp |
ftp is not currently linked to O-Matrix,
enter the command
dll dll\ftp.dll, ftp
You can now open a remote connection by entering the command
ftp("open", "ftp.microsoft.com", "anonymous", "guest")
If O-Matrix responds
T
the connection was successful.
In this case you can change into the subdirectory called
Products by entering the following command
ftp("cd", "Products")
If this change of directory is successful, O-Matrix will respond
Products