Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use ffsend to use Firefox Send in Fedora

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article will explain in detail how to use ffsend to use Firefox Send in Fedora. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.

What are Firefox Send and ffsend?

Firefox Send is a file sharing tool of Mozilla that can send encrypted files to other users. You can install Send on your own server, or you can use the Mozilla-hosted link send.firefox.com. It * supports 1GB files, where the link expires after a configurable number of downloads (the default is 1) or 24 hours, and then deletes all files on the sending server. This tool is still in the experimental stage, so important or sensitive data should not be used or shared in production.

Although Firefox Send itself is a tool and can be used in Web, ffsend is a command-line program that can be used with scripts and parameters. It has a variety of configuration options and can work in the background without any human intervention.

How does it work?

Ffsend can upload and download files. Remote hosts can use Firefox tools or other Web browsers to download files. Neither Firefox Send nor ffsend needs to use Firefox.

It is worth mentioning that ffsend uses client side encryption. This means that the file is encrypted before uploading. There is a key in the link, so be careful when sharing, because anyone with a link can download the file. For additional protection, you can use the following parameters to protect the file with a password:

Other features of ffsend password URL-p PASSWORD

There are other features worth mentioning:

Configurable download restrictions before the link expires, ranging from 1 to 20 times

Built-in decompression and archiving function

Track the history of shared files

Check or delete shared files

Folders can also be shared as is or as compressed files

Generate QR code for easy download on mobile phone

How to install in Fedora

Although Fedora Send can be used in Firefox without installing anything else, you need to install CLI tools to use ffsend. This tool is in the official warehouse, so you just need to use the dnf command and use sudo.

$sudo dnf install ffsend

After that, you can use ffsend on the terminal.

Upload files

Uploading files is easy.

$ffsend upload / etc/os-releaseUpload completeShare link: https://send.firefox.com/download/05826227d70b9a4b/#RM_HSBq6kuyeBem8Z013mg

You can now easily share this file using the "Share link" URL.

Download a file

Downloading a file is as simple as uploading it.

$ffsend download https://send.firefox.com/download/05826227d70b9a4b/#RM_HSBq6kuyeBem8Z013mgDownload complete

Before downloading, it is useful to check the existence of the file and get information about it. Ffsend provides two convenient commands for this purpose.

$ffsend exists https://send.firefox.com/download/88a6324e2a99ebb6/#YRJDh8ZDQsnZL2KZIA-PaQExists: truePassword: false$ ffsend info https://send.firefox.com/download/88a6324e2a99ebb6/#YRJDh8ZDQsnZL2KZIA-PaQID: 88a6324e2a99ebb6Downloads: 0 of 1Expiry: 23h69m (86388s upload history

Ffsend also provides a way to view the history uploaded using the tool. For example, this is useful if you upload a large number of files with a script and want to track the download status of each file.

$ffsend historyLINK EXPIRY 1 https://send.firefox.com/download/#8TJ9QNw 23h69m 2 https://send.firefox.com/download/KZIA-PaQ 23h64m delete files

Another useful feature is to delete files.

Ffsend delete https://send.firefox.com/download/2d9faa7f34bb1478/#phITKvaYBjCGSRI8TJ9QNw

Firefox Send is a great service, and ffsend makes it very easy to use on the terminal.

This is the end of this article on "how to use ffsend to use Firefox Send in Fedora". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it out for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report