|
Contents | Previous | Next | Subchapters |
| Syntax |
ftp("close")
|
| See Also: | openftp |
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 close the connection by entering
ftp("close")