It seems that this was removed by 3a9b4d86. Without this method, we are never getting the file listing.
@@ -223,6 +223,11 @@
}];
}
+- (NSArray *)currentListFiles
+{
+ return _currentFileList;
+}
+
- (void)downloadFileFrom:(NSString *)path to:(NSString *)destination
{
if (![self _supportedFileExtension:[path lastPathComponent]]) {