-
-
Notifications
You must be signed in to change notification settings - Fork 336
Description
5c89ec5 created the issue
When I select a folder on the server and a file inside the folder and then start a download the file is downloaded twice.
I am connected to an ftp server and have navigated to folder1 and the following is showing in the window:
/home/me/folder1
file1.zip
folder2
file2.zip
file1.zip is inside folder1
folder2 is inside folder1
file2.zip is inside folder2
I select all three entries and drag them to an empty finder window, initiating a download.
The result in the finder window after the download completes is this:
file1.zip
file2.zip
folder2
file2.zip
file2.zip has been downloaded two times!
I understand why this happens but I don't think it should happen. file2.zip is downloaded once because it is selected and a second time because it is inside folder2, which was also selected.
What I expect to happen is that the files and folders downloaded end up to be the same on my local machine as they were on the server.