dropbox / dbxcli

A command line client for Dropbox built using the Go SDK
Other
1.05k stars 101 forks source link

Help: put with wildcards #153

Open bjenny opened 3 years ago

bjenny commented 3 years ago

Hi

Beginners question: I would like to upload all files in a folder to dropbox. Is this possible? The put command seems not to accept wildcards. I tried:
dbxcli put c:/users/Myusername/pictures/STAR.STAR /Destinationfolder/STAR.STAR

Thanks for help .... and thank you for this nice program.

Bruno