Filemanager fetch limited to 99 files
miketalley opened this issue · 0 comments
miketalley commented
Description and Context
When running hs filemanager fetch --overwrite /Some/remote/path ./temp/files
and /Some/remote/path
has a lot of files (7000+ in this case), I only end up getting 99 files and the command states [SUCCESS] Completed fetch of folder "/Some/remote/path" to "/Users/mtalley/temp/files" from the File Manager
.
Expected behavior
I would expect to get all 7000+ files.