SftpFile
Delete Method
SSH .NET Client Library Documentation
Permanently deletes a file on remote machine.
Namespace:
Renci.SshNet.Sftp
Assembly:
Renci.SshNet
(in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
void
Delete
()
public void Delete()
Public
Sub
Delete
Public Sub Delete
public
:
void
Delete
()
public: void Delete()
See Also
SftpFile Class
SftpFile Members
Renci.SshNet.Sftp Namespace