| Concept Framework 1.0 documentation | Contents | Index |
| Name | Version | Deprecated |
| FtpGet | version 1.0 | no |
| boolean FtpGet(string local_filename, string path, number mode, number connection_handle) |
| local_filename | the local file to store the received data |
| path | the ftp file path |
| mode | the ftp mode: FTPLIB_ASCII or FTPLIB_IMAGE |
| connection_handle | the connection handle as returned by FtpConnect. |
| Issue a GET command and write received data to output. |
function TestFtp() {
|
| Documented by Eduard Suica, generation time: Thu Oct 15 20:02:06 2009 GMT | (c)2009 RadGs Software |