Regarding their tagline: “Easy file sharing from the command line”, this is also possible with Yandex Disk¹ (specifically, the Linux version here²). It also has less limitations than transfer.sh, specifically:
• 10 GB of space for free (with a 10 GB filesize limitation³) over transfer.sh’s 5 GB
• no file expiration date, unlike transfer.sh’s 14-day expiration
Yeah, but the thing is that with transfer.sh you don't have to install any applications on your machine. And if you look at the code, you'll see that the max size isn't being enforced.
Comments
Regarding their tagline: “Easy file sharing from the command line”, this is also possible with Yandex Disk¹ (specifically, the Linux version here²). It also has less limitations than transfer.sh, specifically:
• 10 GB of space for free (with a 10 GB filesize limitation³) over transfer.sh’s 5 GB
• no file expiration date, unlike transfer.sh’s 14-day expiration
――――――
¹ — https://disk.yandex.com/
² — https://repo.yandex.ru/yandex-disk/
³ — https://en.wikipedia.org/wiki/Comparison_of_file_hosting_ser...
b2 also has 10GB for free.
https://www.backblaze.com/b2/cloud-storage-pricing.html
I built an R library for working with the b2 API:
https://github.com/phillc73/backblazer
It's on CRAN too, but the GitHub version has some updates.
This library should allow complete interaction with b2 for uploading, downloading and manipulating files from within R.
Yeah, but the thing is that with transfer.sh you don't have to install any applications on your machine. And if you look at the code, you'll see that the max size isn't being enforced.