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
- IsDirectory
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, 2024 • Updated: 05/26/24
Comment or report problem with topic