-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPSession.ListDirectory
Andrew Lambert edited this page Nov 26, 2022
·
8 revisions
SSH.SFTPSession.ListDirectory
Function ListDirectory(DirectoryName As String) As SSH.SFTPDirectory
Name | Type | Comment |
---|---|---|
DirectoryName |
String | The path of the remote directory to list. |
Returns an SFTPDirectory representing the remote directory, or Nil
on error. Check SFTPSession.LastError for error details.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.