|
Contents | Previous | Next |
| Syntax |
ftp(command, ...)
|
| See Also: | mkdir , rmdir , listdir , urlget |
ftp routine is a dynamic link library and
must be linked to O-Matrix before it can be used.
The command
dll dll\ftp.dll, ftp
performs this linkage and is required before any calls
to ftp and after any clear commands.
ftp function
can be used to transfer files over the internet.
The character row vector command
specifies which ftp command to execute
and must be one of the following:
"open",
"close",
"get",
"ls",
"delete",
"cd" or
"type".
A description of each of these commands can be found in
its corresponding section below.