1
0
mirror of https://github.com/timvisee/ffsend.git synced 2025-02-01 04:01:36 +01:00

Update README to reflect latest changes

This commit is contained in:
timvisee 2019-10-24 17:29:08 +02:00
parent 98150f7f44
commit 9a633d4941
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172

View File

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