---
title: isDownloading
framework: fileprovider
role: symbol
role_heading: Instance Property
path: fileprovider/nsfileprovideritemprotocol/isdownloading
---

# isDownloading

A Boolean value that indicates whether the item is currently downloading from your remote server.

## Declaration

```swift
optional var isDownloading: Bool { get }
```

## See Also

### Monitoring File Transfers

- [isUploading](fileprovider/nsfileprovideritemprotocol/isuploading.md)
- [isUploaded](fileprovider/nsfileprovideritemprotocol/isuploaded.md)
- [uploadingError](fileprovider/nsfileprovideritemprotocol/uploadingerror.md)
- [isDownloaded](fileprovider/nsfileprovideritemprotocol/isdownloaded.md)
- [downloadingError](fileprovider/nsfileprovideritemprotocol/downloadingerror.md)
