|
Contents | Previous | Next | Subchapters |
| Syntax |
ftp("open,remote site name,user id,password)
|
| See Also: | closeftp |
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")
O-Matrix will attempt to connect to the Microsoft ftp site.
O-Matrix will respond
T
if the connection is successful and
F
otherwise.