| FtpPermissionCreateFile Field |
The "c" permission applies to objects of type=dir (and type=pdir, type=cdir).
It indicates that files may be created in the directory named.
That is, that a
UploadUnique(Byte) and
UploadUnique(Stream) commands are likely to succeed,
and that
Upload(String, Byte) and
Append(String, Byte) commands might succeed if the file named did not previously exist,
but is to be created in the directory object that has the "c" permission.
It also indicates that the
Rename(String, String) command is likely to succeed for names in the directory.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public static readonly FtpPermission CreateFile
Public Shared ReadOnly CreateFile As FtpPermission
public:
static initonly FtpPermission^ CreateFile
static val CreateFile: FtpPermission
Field Value
Type:
FtpPermissionSee Also