You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Daniel, I am using your awesome scripts in my current project, an electron app that must download and recreate a file/folder structure from a server.
I am currently struggling with the intricacies of downloading a bunch of files respecting their original position in an existing folder structure: do you plan to add the possibility to set a different download path for each item in the bulkDownload function?
Thanks
The text was updated successfully, but these errors were encountered:
Thanks for you answer
well you well implemented the bulk download function. It would be cool to
add each single download ad an object with the origin path and the
destination path instead of having a single destination path for all the
files to be downloaded.
So far I implemented a rough solution by just using single items download
yet this is going to be complex on the feedback of general progress of the
donwnload operation.
keep up the good work!
Il giorno sab 2 mar 2019 alle ore 07:33 Daniel Nieto <
[email protected]> ha scritto:
Hi Daniel, I am using your awesome scripts in my current project, an electron app that must download and recreate a file/folder structure from a server.
I am currently struggling with the intricacies of downloading a bunch of files respecting their original position in an existing folder structure: do you plan to add the possibility to set a different download path for each item in the bulkDownload function?
Thanks
The text was updated successfully, but these errors were encountered: