Skip to content

SSH.SFTPSession.RemoveFile

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

SSH.SFTPSession.RemoveFile

Method Signature

 Sub RemoveFile(FileName As String)

Parameters

Name Type Comment
FileName String The name of the remote file to delete.

Remarks

Deletes the specified file on the remote server using SFTP.

Clone this wiki locally