FTP Class
Initializes and returns the FTP object
oFTP := new FTP([AsyncMode, Proxy, ProxyBypass])
Parameters
AsyncMode |
(Optional) Asynchronous callback function name. If it is number/true, built in function is used. (default: off) (see notes on asynchronous mode) |
Proxy |
(Optional) Connect via proxy (TIS FTP gateway, Socks only if IE installed) |
ProxyBypass |
(Optional) Bypass addresses from proxy (localhost bypassed by default) |
Return Value
Creates an object with Methods and Properties as described belowRemarks
Options can be set (see Properties) before calling .Open() method