iterate-ch / cyberduck

Cyberduck is a libre FTP, SFTP, WebDAV, Amazon S3, Backblaze B2, Microsoft Azure & OneDrive and OpenStack Swift file transfer client for Mac and Windows.
https://cyberduck.io/
GNU General Public License v3.0
3.2k stars 286 forks source link

Exclusive glob pattern for downloads #9153

Open cyberduck opened 8 years ago

cyberduck commented 8 years ago

972ec74 created the issue

Hi there

I'm having trouble downloading an s3 folder through CLI, tried a number of options and ways of getting into to download a folder but can only download files

my options at command prompt are:-

C:\Program Files (x86)\Cyberduck CLI>duck --download s3://printing-policyexpert-
co-uk/20151116/home/welcome/*.* k:\work\test --username <Our Username> --p
assword <Our Password>

It's simply downloading every file in the root of the folder "printing-policyexpert-co-uk" but not the contents of the folder "printing-policyexpert-co-uk/20151116/home/welcome".

Can you show me the correct syntax please for downloading a folder?

Thanks

Oliver

cyberduck commented 8 years ago

@dkocher commented

We only support inclusive glob patterns. Refer to Glob pattern support for selecting files to transfer.