[Index]
net:ftp-list
FTP command to provide a listing of remote files.
Property Summary
| files |
An array of org.apache.commoons.net.FTPFile objects. |
| path |
The remote directory path. |
Property Detail
files
| Access | READ_ONLY |
| Required | R/O. |
An array of org.apache.commoons.net.FTPFile objects.
Use something like ${listing.files[0].name} to get a file name (where listing
is this id given to this command). For other properties pleas see
the Apache documentation.
path
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | Yes. |
The remote directory path.
(c) R Gordon Ltd 2005 - Present