Since this has the proper subject. I will post my question here.I have some ftp methods in javascript. But dont have documentation yet. I was wondering how do i get about to have the ftpclient plugin updated?
I have added the following methods
GetFolderList(obj) - get array list of folders
GetFileList(obj) - get array list of files
DownloadDirFiles(remote,local,dirlist) - download files inside the list of directory.create path on local.
GetFileCount(remote) - get file count in remote path
GetDirFilesize(obj) - get directory files size (all files combined)Some method still does not support recursive calls yet. Still gona update it and test it first. Back to my question how do i get these methods to the ftpclient plugin updated?