Deletes the specified files and/or directories at the FTP server.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Sub Delete ( _
	set As FileSet _
)
C#
public void Delete(
	FileSet set
)

Parameters

set
Type: Rebex.IO..::..FileSet
A filtering set which specifies remote files and directories to be deleted.

Implements

IFtp..::..Delete(FileSet)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also