About

FTPv2.ahk / oFTP

FTP Class / Library by shajul


Version 2: (2011-06-26)

- All the functions wrapped into a class (NO global variables)
- Multiple FTP connections possible with same class
- Asynchronous mode is now fully functional! (Read notes below also)
- No need to call .Close(), clean-up is done when ftp object is deleted.

 

Home Thread | Documentation | Download

 

History:

Original FTP Functions by Olfen & Andreone - thread 10393, modified by ahklerner - post
Modified by me for AHK_L - thread 67370 (many modifications/functions added, see thread for details)