dropbox / dbxcli

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

recursive put #106

Open AlJohri opened 5 years ago

AlJohri commented 5 years ago

I would love to see a recursive put. I have a huge folder (35gigs) that I need to get into dropbox and I can't figure out how. Zipping it up doesn't work for my end user since she'll then need to download the entire 35gigs onto her laptop instead of just select portions.

I tried using dbx-tools but got various errors trying to set it up. Unfortunately pydbxcli doesn't support recursive uploading, only recursive downloading.

AlJohri commented 5 years ago

I just set up https://github.com/awslabs/aws-js-s3-explorer on an s3 bucket and used aws s3 sync for now.

rofrol commented 5 years ago

https://github.com/dropbox/dbxcli/issues/60#issuecomment-497713363