FileProvider
FileProvider copied to clipboard
FileManager replacement for Local, iCloud and Remote (WebDAV/FTP/Dropbox/OneDrive) files -- Swift
Hello, I would like to include WebDAV as an alternative to Dropbox in my project. What my app does is upload and download a file. I copied the demo code...
I'm looking for an FTP solution for iOS, and FTPFileProvider seems like the way to go, but, in my testing, it appears as if the entire file is loaded into...
I'm using the latest version of the library (with Swift 5, Xcode 10) and have just run into the same problem as the author of [this](https://github.com/amosavian/FileProvider/issues/56) closed one: ``` ftpProvider?.isReachable(completionHandler:...
I use **writeContents** function for document creation. But my progress has next values: _modify file: file.pdf: -1.3031e+06 completed. modify file: file.pdf: -5.3031e+06 completed. modify file: file.pdf: -7.3031e+06 completed._ And after...
Hello, i have to connect to a local ftp server but .isReachable tells me, that "Task could not completed" with error 1011 (Bad Server Response). Optional(Error Domain=NSURLErrorDomain Code=-1011 "(null)" UserInfo={NSURL=ftp://192.168.21.3:21/,...
I tried the latest master (9384264d29bc865697560cc45bd919ee8857a4e6) to get rid of the Swift version warnings. Unfortunately, a regression was introduced: As far as I can understand from my Nextcloud server logs,...
You already fixed the technical conflict here: https://github.com/amosavian/FileProvider/issues/53. But the confusion remains. I thought this project contains [native FileProvider](https://developer.apple.com/documentation/fileprovider) extension at first. I think you should rename it to make...
I'm using your library to log into my FTP server and download a file but `func copyItem(path: String, toLocalURL destURL: URL, completionHandler: SimpleCompletionHandler) -> Progress?` (only function for downloading I've...
Hello, it seems that the file will be uploaded twice. how can i get rid of this? ``` Uploading 1552322291.3943272.png to /1552322294.522569.png: 13.95865 completed. Uploading 1552322291.3943272.png to /1552322294.522569.png: 6.979325 completed....