Click or drag to resize

FtpPermissionDelete Field

The "d" permission applies to all types. It indicates that the object named may be deleted, that is, that the DeleteFolder(String) command may be applied to it if it is a directory, and otherwise that the DeleteFile(String) command may be applied to it.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public static readonly FtpPermission Delete

Field Value

Type: FtpPermission
See Also