RcloneBrowser icon indicating copy to clipboard operation
RcloneBrowser copied to clipboard

Drag and drop for multiples files

Open Maxou44 opened this issue 8 years ago • 3 comments

On Windows, drag and drop does not allow you to drag multiple files / folders at the same time

Maxou44 avatar Jan 31 '17 09:01 Maxou44

My reason to do only one was because each rclone transfer can work only on one folder/file. That means dropping multiple items will start multiple transfers which probably is not what users want (because each of rclone transfers already transfers multiple files in parallel).

So until rclone supports this natively, I don't think I will be putting this in GUI.

mmozeiko avatar Jan 31 '17 19:01 mmozeiko

Hi @mmozeiko , good work on the Gui!!

What about using the --include parameter for each file/folder or pupulate all on a temporary file and use --include-from?

Regards

naeloob avatar Feb 03 '17 12:02 naeloob

Oh, I didn't realize its possible to use --include for this. I'll see what can I do about this.

mmozeiko avatar Feb 04 '17 20:02 mmozeiko