|
Contents | Previous | Next | Subchapters |
| Syntax |
ftp("get", remote file name)
|
| See Also: | openftp , lsftp , putftp |
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 copy the file dirmap.htm
from the remote machine by entering
ftp("get", "dirmap.htm")
If you then enter
listdir
The file dirmap.htm will be included in the listing
for the current O-Matrix working directory.