predat / wetransferpy

MIT License
23 stars 13 forks source link

Recursive upload doesn't output a download url #2

Open Fil opened 7 years ago

Fil commented 7 years ago
isotype:~ fil$ ls Mars
planeteMars.jpg

isotype:~ fil$ wetransfer-upload -R Mars
Upload file : /Users/fil/Mars/planeteMars.jpg
[ ======================================== ] 101.30%

isotype:~ fil$ 
predat commented 7 years ago

This python module is initially used with a wetransfer account that's why this fonctionnnality is not really implemented. When you upload a directory you will have a link for each files... I don't think it's what you want. Perhaps it's better for you to compress that directory first and upload the resulting file.

Fil commented 7 years ago

Yes I figured that out — but I wanted to report it as a bug somehow

Thanks a lot for the tool BTW, very useful.