Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
FtpAccess | version 1.0 | no |
number FtpAccess(string path, number mode, number connection_handle) |
path | the ftp file path |
mode | the ftp mode: FTPLIB_ASCII or FTPLIB_IMAGE |
connection_handle | the connection handle as returned by FtpConnect. |
Gets a handle for an ftp data stream. You can use FtpRead and FtpWrite to read or write data. |
function TestFtp() { |
Documented by Eduard Suica, generation time: Thu Oct 15 20:02:06 2009 GMT | (c)2009 RadGs Software |