---
title: kCFFTPResourceLink
framework: cfnetwork
role: symbol
role_heading: Global Variable
path: cfnetwork/kcfftpresourcelink
---

# 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.

## Declaration

```swift
let kCFFTPResourceLink: CFString
```

## See Also

### FTP

- [CFFTPCreateParsedResourceListing(_:_:_:_:)](cfnetwork/cfftpcreateparsedresourcelisting(_:_:_:_:).md)
- [kCFFTPResourceGroup](cfnetwork/kcfftpresourcegroup.md)
- [kCFFTPResourceModDate](cfnetwork/kcfftpresourcemoddate.md)
- [kCFFTPResourceMode](cfnetwork/kcfftpresourcemode.md)
- [kCFFTPResourceName](cfnetwork/kcfftpresourcename.md)
- [kCFFTPResourceOwner](cfnetwork/kcfftpresourceowner.md)
- [kCFFTPResourceSize](cfnetwork/kcfftpresourcesize.md)
- [kCFFTPResourceType](cfnetwork/kcfftpresourcetype.md)
