Retrieves a directory listing from the server with all files returned as a collection.
The file object returned includes the following properties:
- FullName - full remote path
- Name - the file name only
- Length - file size
- LastWriteTime - date time value of last write time
- IsDirectory - whether this is a file or folder
o.ListFiles(lcFtpPath)
Parameters
lcFtpPath
A path on the remote FTP server from which to retrieve files.
Examples:
- /
- /SubFolder
- /SubFolder/SubFolder1
See also:
Class wwSftpClient |© West Wind Technologies, 1996-2024 • Updated: 06/15/24
Comment or report problem with topic