SSH.SFTPDirectory.Constructor - charonn0/RB-libssh2 GitHub Wiki
SSH.SFTPDirectory.Constructor
Method Signature
Protected Sub Constructor(Session As SSH.SFTPSession, RemoteName As String)
Parameters
| Name | Type | Comment |
|---|---|---|
Session |
SFTPSession | An SFTP session. |
RemoteName |
String | The path of the remote directory to list. |
Remarks
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: