An NDoc Documented Class Library

FTPConnection.DeleteFile Method 

Delete the specified remote file.

public virtual bool DeleteFile(
   string remoteFile
);

Parameters

remoteFile
Name of remote file to delete.

Return Value

true if file was deleted successfully.

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace