Overview

FTPv2.ahk / oFTP

Overview


Using as a class:

If this library is used as a class, you'll have to include this file in your script.

#Include FTPv2.ahk
oFTP := new FTP([AsyncMode, Proxy, ProxyBypass])


Using as a library:

If this library is in any of your lib folders, no need to #Include, you can initialize the FTP object like so

oFTP := FTPv2([AsyncMode, Proxy, ProxyBypass])

 
For more details, refer to the FTP Class or FTPv2 function below.

Related

FTP Class, FTPv2()