An NDoc Documented Class Library

FTPClient.Delete Method 

Delete the specified remote file.

public virtual void Delete(
   string remoteFile
);

Parameters

remoteFile
Name of remote file to delete.

Implements

IFileTransferClient.Delete

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace