Ftp.DeleteFile Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
DeleteFile(String)
Deletes the file on the server.
Declaration
public void DeleteFile(string remotePath)
Parameters
Type | Name | Description |
---|---|---|
String | remotePath | The pathname of the file to be deleted. Either an absolute pathname or relative to the current working directory. |
Implements
Remarks
Represents FTP DELE command.