Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | misc |
include "ftp.g"
ftp | Construct an ftp tool |
ascii | Use ascii mode for transfer |
binary | Use binary mode for transfer |
cd | Change directory |
connect | Connect to the host |
disconnect | Disconnect from the host |
get | Get a file |
send | Send a file |
type | Return the type of this tool |
This tool gets and sends files using ftp. While it is not a particularly good interface to ftp, it is adequate for most simple applications.