SSH.SFTPSession.RemoveFile - charonn0/RB-libssh2 GitHub Wiki

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.