I am trying to upload a file using Windows 7 and the Cyberduck CLI.
duck --upload "b2://api.backblace.com/Account/FileName, with a comma and a space.txt" "FileName, with a comma and a space.txt" --username XXXXX --password XXXXX
Yields:
File not found. C:\Users\User/FileName, with a comma and a space.txt. Please contact your web hosting service provider for assistance.
Files with no spaces or comma's in them upload just fine... I tried ^'s /'s, and extra "'s to escape the file names, but I just can't figure out how to pass a file name with spaces and commas so the CLI finds it?