Static Propertyorlandos-nl.citadel 0.8.0Citadel
forceCreate
SSH_FXF_EXCL
SFTPFileFlags.swift:45static let forceCreate: SFTPOpenFileFlags
Causes the request to fail if the named file already exists. SSH_FXF_CREAT MUST also be specified if this flag is used.
Other members in extension
Type members
init(rawValue: UInt32
) static let append: SFTPOpenFileFlags
SSH_FXF_APPEND
static let create: SFTPOpenFileFlags
SSH_FXF_CREAT
static let read: SFTPOpenFileFlags
SSH_FXF_READ
static let truncate: SFTPOpenFileFlags
SSH_FXF_TRUNC
static let write: SFTPOpenFileFlags
SSH_FXF_WRITE