Amir Abbas Mousavian

Results 70 comments of Amir Abbas Mousavian

This sample code has a flaw. It does not retain `ftpFileProvider` instance object. You must store it as a global variable or as instance variable.

My test unit is passing on my mac. My apps work well too. I cant reproduce :/

The problem was zombie objects. Thanks for your report. [Adding these lines](https://github.com/amosavian/FileProvider/blob/master/Sources/FPSStreamTask.swift#L310-L314) has fixed issue as far as I tested.

@buba447 Please pull latest commit and check again

This library and UIDocument have totally different approach on files. UIDocument is about tracking changes, versioning and resolving conflicts. Whereas this library considers documents simply as a file. You can...

> The file search, attributes fetch, directory monitoring & lookup, item copy, item move, item remove and such still work the same way. These operations are stateless. We just query...

I'm not sure why you don't use simple synchronous `FileManager` methods, but if an operation fails It will return `error` in completion handler. Some providers like dropbox or local supports...

@HotSauce123 you should remove `FileProvider` from your pods and install the new library `pod install FilesProvider`

@marmelroy You may consider using my library to implement remote file access, including iCloud Drive, WebDAV, Dropbox and OneDrive. https://github.com/amosavian/FileProvider