issues Search Results · repo:amosavian/FileProvider language:Swift
Filter by
148 results
(66 ms)148 results
inamosavian/FileProvider (press backspace or delete to remove)func creatingFile(_ name:String, _ mime_type:String = txt , completion: @escaping () - Void) {
guard let documentsProvider = WebDAVFileProvider(baseURL: URL(string: server.host)!, credential: ...
uguraltinsoy
- Opened on Aug 1, 2024
- #189
webdavProvider.contentsOfDirectory(path: / , completionHandler: {
contents, error in
for file in contents {
print( Name: \(file.name) )
print( Size: ...
uguraltinsoy
- Opened on Jul 29, 2024
- #188
This is a good library and help me a lot. When I use this library in my project I meet a thread safe issue.
If the library is used in multi thread environment it may cause EXC_BAD_ACCESS error in code: ...
Shouheng88
- Opened on Jul 10, 2024
- #187
SessionDelegate has different definitions in different modules; first difference is definition in module
FilesProvider.Swift found 3 referenced protocols
xiayy0328
- Opened on May 21, 2024
- #186
Everything works perfect for smaller files, I tested it with bigger batch files etc, but it s not working properly for a
big file. I m using copy method to download the file to user s mac.
let credential ...
nastasiupta
- Opened on Mar 24, 2023
- #183
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 ...
Sherlouk
- Opened on Jul 31, 2022
- #181
Xcode 13.3, Nextcloud 23.03, FileProvider Version // Copyright © 2016 Mousavian. Distributed under MIT license. //
when downloading large files (in this case 3.6 GB) from Nextcloud servers using WebDAVFileProvider, ...
JTechnau
- 1
- Opened on May 27, 2022
- #180
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 ...
littlewatchman
- Opened on Dec 18, 2021
- #178
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 want to make any additional settings in ...
Monika-Tapadiya
- Opened on Apr 20, 2021
- #174

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.