|
Contents | Previous | Next | Subchapters |
| Syntax |
ftp("ls")
|
| See Also: | openftp , cdftp |
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 list the current directory on the remote
machine by entering
ftp("ls")