- Firefox Send
iswas a free online file-sending service (or a file exchange mechanism). - Using this system along with the command ffsend available on Hydra (
module load tools/ffsend
), you can transfer files to/from Hydra without needing VPN. - Firefox Send is a two-step process,
- you first upload a file (or a set of files packed in an archive) to the Firefox Send server which will generate a unique URL for the upload, and
- you download the file using that URL and recover the file's original name.
While Firefox discontinued this service, you can still use it, using Tim Visée replacement, at https://send.vi.ee
You can upload up to 1GB at a time, and if you sign up for a Firefox account, that limit increases to 2.5GB.
Optional: ffsend
has options for setting a password and expiration. See ffsend help
for more information.
Example 1: Sending to Hydra
a. Uploading files from your local machine (workstation/laptop) using the Send website:
- Open the
FirefoxSend website (send.vis.ee
) from any browser. - Choose a file to upload, and optionally:
- use
tar
,zip
etc. to upload an archive of several files. - modify the expiration of the file (number of downloads or number of days), the default is to allow only one download and it expires within one day.
- add a password that's needed to download the file.
- use
- Copy the URL generated for your upload.
You need to save that unique URL to get that file later. Unlike Dropbox or Google Drive, Firefox Send will not show you what you uploaded.
b. Downloading on Hydra from Firefox Send using ffsend
on Hydra
$ module load tools/ffsend $ ffsend download https://send.vis.ee/download/7800f8272ba5ef7b/#cNSwgMaNqmdsdwG6RxM71A Download complete
Example 2: Sending from Hydra
a. Uploading from Hydra using ffsend
on Hydra
$ module load tools/ffsend $ ffsend upload test.tar.gz Upload complete https://send.vis.ee/download/0324d02485dc9a02/#cxER28yNyf2dcwzwfIla6g
b. Downloading to your local machine (workstation/laptop)
Open the URL created on Hydra in a web browser to download the file to your local machine.
Notes
- while
send.firefox.com
was discontinued, a workaround is to use--host
https://send.vis.ee
(see https://gitlab.com/timvisee/ffsend/-/issues/101.) - as of version 0.2.65,
ffsend
will usesend.vis.ee
instead of the defunctsend.firefox.com
- We have modified the module
bioinformatics/
ffsend
to include two aliases:ffupload
, aliased to "ffsend upload
", andffdownload
, aliased to "ffsend
download
".
- We will not change the
ffupload
alias to revert to usingmoz://a
since they discontinued the service.
Last Updated SGK/PBF.