andreafabrizi / Dropbox-Uploader

Dropbox Uploader is a BASH script which can be used to upload, download, list or delete files from Dropbox, an online file sharing, synchronization and backup service.
https://www.andreafabrizi.it/2016/01/01/Dropbox-Uploader/
GNU General Public License v3.0
6.56k stars 1.08k forks source link

Question - is it possible to pipe input stream? #580

Open jbrepogmailcom opened 1 year ago

jbrepogmailcom commented 1 year ago

Hello, I would like to move data from google cloud to dropbox. It could be possible to use wget -O - | ./dropbox_uploader.sh upload -

but "-" pipe does not work. Is there any possibility like that?

Thanks