FTP.getFileList() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to FTP Class Summary |
Availability |
Windows, Mac OSX, Linux |
Usage |
ftpInstance.getFileList():Array |
Parameters |
None |
Returns |
An Array |
Description |
Returns a 2 dimensional array which contains all of the files in the current FTP directory. The first dimension contains the filename ID and the second dimension contains the file details. |
Notes |
None |
Example Code |
var ftpFiles:Array = myFTP.getFileList(); // ftpFiles[0][0] = Filename // ftpFiles[0][1] = Date & Time // ftpFiles[0][2] = Size // ftpFiles[0][3] = Attribs // ftpFiles[0][4] = Owner // ftpFiles[0][5] = Group |
mdm.FTP Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |