Skip to content

SSH.SFTPSession.ListDirectory

Andrew Lambert edited this page Nov 26, 2022 · 8 revisions

SSH.SFTPSession.ListDirectory

Method Signature

 Function ListDirectory(DirectoryName As String) As SSH.SFTPDirectory

Parameters

Name Type Comment
DirectoryName String The path of the remote directory to list.

Return value

Returns an SFTPDirectory representing the remote directory, or Nil on error. Check SFTPSession.LastError for error details.

Clone this wiki locally