Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File not found error when using glob pattern * to upload files #10992

Open
cyberduck opened this issue Mar 13, 2020 · 3 comments
Open

File not found error when using glob pattern * to upload files #10992

cyberduck opened this issue Mar 13, 2020 · 3 comments
Labels
bug cli Command Line Interface

Comments

@cyberduck
Copy link
Collaborator

7f6a986 created the issue

Hello, i use OS windows 8.1 and cyberduck cli 7.2.5.32097, i want upload files in S3 backet. In CMD i write

C:\Program Files\Cyberduck CLI>duck.exe --upload s3://<Access Key ID>@hostname/askbackup17022020/test/ D:\testS3mail\*.exe --existing rename --password <secret key> -q -y

Transfer incomplete. _.exe …
File not found. D:\testS3mail\_.exe. Please contact your web hosting service pro
vider for assistance.

Why glob pattern * is replaced by _

@cyberduck
Copy link
Collaborator Author

a0adb71 commented

Hi there,

I can confirm this issue regarding Windows OS (Server 2016).
I tried everything (powershell, different patterns) but none of these are working.
Duck always converts "*" to "_" and so I'm not able to use it the way it is meant to be.

So please...can you confirm this bug and prepare a bugfix?
If you need a tester for the bugfix, please let me know.

@cyberduck
Copy link
Collaborator Author

406917e commented

I'd like to add, that downloads with glob pattern don't work for me on macOS, too. Maybe it's because of GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin16), that is shipped with macOS Sierra 10.12.6. The same error "File not found" occurs.

@cyberduck
Copy link
Collaborator Author

a0adb71 commented

Are you planning to fix this bug?
I think it's really relevant as it seems to affect Win as well as macOS users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cli Command Line Interface
Projects
None yet
Development

No branches or pull requests

2 participants