Skip to content

SSH.SFTPSession.RemoveDirectory

Andrew Lambert edited this page Jul 27, 2018 · 5 revisions

SSH.SFTPSession.RemoveDirectory

Method Signature

 Sub RemoveDirectory(DirectoryName As String)

Parameters

Name Type Comment
DirectoryName String The name of the remote directory to delete.

Remarks

Deletes the specified directory on the remote server using SFTP.

Clone this wiki locally