Skip to content

SSH.SFTPDirectory.Constructor

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

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:

Clone this wiki locally