#transfer #upload #file-transfer #cloud #terminal #file-upload #file-server

app transferhelper

Store your transfer.sh links, so you can remember them later and know when they will expire

26 releases

0.4.910 Nov 7, 2023
0.4.810 Jul 30, 2023
0.4.7 Jun 24, 2023
0.3.1 Mar 29, 2023
0.2.3 Nov 16, 2022

#348 in Command line utilities

Download history 7/week @ 2024-02-19 6/week @ 2024-02-26 4/week @ 2024-04-01 78/week @ 2024-04-08 205/week @ 2024-04-15

287 downloads per month

MIT license

34KB
793 lines

Transfer.sh helper Rusted

The idea of the script is to store your transfer.sh links and simplify its usage, so you can remember them later and know when they will expire, but now written in Rust.

Features

  • Store your Transfer.sh links in a sqlite3 file locally.
  • Easily compress files and folders before uploading them.
  • Simplify the transfer.sh usage via CLI.
  • Automatically calculates expired links.
  • Option to easily delete the file from their servers.

https://user-images.githubusercontent.com/49915167/231621653-dabb2416-e422-469e-8862-7bd7f750c2be.mp4

THIS SCRIPT IS NOT OFFICIAL.

I am not the author of the Transfer.sh service and don't have any affiliation with it.

I am just a user from their services, so I wrote this script to help me remember my links.

Check out Transfer.sh on Github and give them a star.

Installation

cargo install transferhelper

That's it, you are ready to go.

Usage

This script has a few commands, you can use them in your terminal:

Upload a file:

transferhelper upload <file>

Compress a folder or file and upload it:

By default it will compress with default compression level, which is 6.

transferhelper upload <file> -c

You can also define a compression level from 0-9, 0 is the fastest and 9 is the best compression.

transferhelper upload <file_or_folder> -c -l 9
transferhelper list

View sha256sum of uploaded files:

transferhelper list -s
transferhelper list -d
transferhelper delete

After running this command it will ask you for the link you want to delete and if you want to delete from the cloud as well.

Delete the database:

transferhelper drop

After running this command it will ask for confirmation.

View help:

transferhelper -h

Build the package from Github

  1. Install Rust on your machine, Rustup.

  2. Clone this repository.

  3. Inside the cloned folder run:

cargo install --path .

Thats it

Now you can use the program from your terminal.

transferhelper -h

License

This project is licensed under the MIT License - see the LICENSE file for details.

Dependencies

~32–48MB
~820K SLoC