Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to do a wget? #160

Closed
Kidoly opened this issue May 26, 2023 · 2 comments
Closed

Is it possible to do a wget? #160

Kidoly opened this issue May 26, 2023 · 2 comments

Comments

@Kidoly
Copy link

Kidoly commented May 26, 2023

It's just a little question: Is it possible to just do a wget?

@timvisee
Copy link
Owner

It is not. That is because Send enforces client side encryption.

For a great command-line tool that works with Send, you may look at ffsend.

For example:

# Simple upload
$ ffsend upload my-file.txt
https://send.vis.ee/#sample-share-url

# Advanced upload
# - Specify a download limit of 1
# - Specify upload expiry time of 5 minutes
# - Enter a password to encrypt the file
# - Archive the file before uploading
# - Copy the shareable link to your clipboard
# - Open the shareable link in your browser
$ ffsend upload --downloads 1 --expiry-time 5m --password --archive --copy --open my-file.txt
Password: ******
https://send.vis.ee/#sample-share-url

# Upload to your own host
$ ffsend u -h https://example.com/ my-file.txt
https://example.com/#sample-share-url

# Simple download
$ ffsend download https://send.vis.ee/#sample-share-url

@Kidoly
Copy link
Author

Kidoly commented May 26, 2023

Thank you for your response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants