-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPDirectory.Constructor
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
SSH.SFTPDirectory.Constructor
Protected Sub Constructor(Session As SSH.SFTPSession, RemoteName As String)
Name | Type | Comment |
---|---|---|
Session |
SFTPSession | An SFTP session. |
RemoteName |
String | The path of the remote directory to list. |
Constructs a new instance of SFTPDirectory. The specified directory must exist.
This Constructor is only available to subclasses; in other places use one of these methods instead:
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.