dropbox / dbxcli

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

Is it possible to add -p parameter for mkdir and -r parameter for put? #171

Open KunFang93 opened 3 years ago

KunFang93 commented 3 years ago

Hi,

Thanks for providing this awsome command line tool. I was wondering if it is possible to add -p paramemter for mkdir (no error if the folder exist) and -r parameter for put (upload folder). Thanks again!

Best, Kun