FileProvider
FileProvider copied to clipboard
FileManager replacement for Local, iCloud and Remote (WebDAV/FTP/Dropbox/OneDrive) files -- Swift
Is this package designed to be compatible with Linux? According to SwiftPackageIndex, it's currently failing to compile due to it not importing FoundationNetworking. https://swiftpackageindex.com/amosavian/FileProvider It would be great to use...
fixed crashes when concurrent access. https://github.com/amosavian/FileProvider/issues/142
the same credentials "ftps://site.com:21" with username and password, are working successfully in FileZilla, but using FTPFileProvider the connection is never established. (I'm aware that ftps usually uses 990, but my...
Hello, I am using FTPFileProvider for downloading and uploading files from FTP server , but it is working for only few networks, can you please let me know if I...
Fixed issue where OneDrive upload progress would be a % of the maximum upload size for parts of files rather than the % of total file size
Fixed issue where OneDrive could not upload files due to handling ranges incorrectly
I'm trying to download a file from a remote FTPS server but I get the following error: ``` File Provider shouldDoOperation Copy with action Copying and destination file:///private/var/mobile/Containers/Data/Application/90AF4202-18C1-4A41-B461-4FB262FD39B9/tmp/B13A8110-C919-48E4-8BD9-E684929310C0.tmp 2020-05-27 14:35:39.372289+0200...
Dropbox are moving to short lived access tokens, so how is this being handled via this library? Do we just pass the refresh token into the credentials or is there...
creationDate and modifiedDate is always nil in FTPFileProvider.
Implement support for getting thumbnails from Nextcloud (and maybe OwnCloud. I haven't tested it). Nextcloud WebDAV access is done through `remote.php/dav/files/` while thumbnails are accessed through `index.php/core/preview.png`, so by checking...