Rebex FTP for .NET

Ftp.DeleteFile Method 

Deletes the file on the server,

public void DeleteFile(
   string remotePath
);

Parameters

remotePath
The pathname of the file to be deleted. Either an absolute pathname or relative to the current working directory.

Remarks

Represents FTP DELE command.

See Also

Ftp Class | Rebex.Net Namespace