Global Variable
kCFFTPResourceGroup
CFDictionary key for getting the CFString containing the name of a group that shares the FTP resource.
SDKs
- iOS 2.0–9.0Deprecated
- macOS 10.3–10.11Deprecated
- Mac Catalyst 13.0–13.0Deprecated
- tvOS 9.0–9.0Deprecated
See Also
FTP
kCFFTPResourceLink
CFDictionary key for getting the CFString containing the symbolic link information. If the item is a symbolic link, the CFString contains the path to the item that the link references.
DeprecatedkCFFTPResourceModDate
CFDictionary key for getting the CFDate containing the last date and time the FTP resource was modified.
DeprecatedkCFFTPResourceMode
CFDictionary key for getting the CFNumber containing the access permissions, defined in sys/types.h
, of the FTP resource.
DeprecatedkCFFTPResourceName
CFDictionary key for getting the CFString containing the name of the FTP resource.
DeprecatedkCFFTPResourceOwner
CFDictionary key for getting the CFString containing the name of the owner of the FTP resource.
DeprecatedkCFFTPResourceSize
CFDictionary key for getting the CFNumber containing the size in bytes of the FTP resource.
DeprecatedkCFFTPResourceType
CFDictionary key for getting the CFNumber containing the type of the FTP resource as defined in sys/dirent.h
.
Deprecated