nr9 v1.0.5
NR9 --> https://nr9.me
Open Source Anonymous File Transfer and Link Shortener
About
This is a small side project that I wanted to work on. It was specifically designed for Apache2 Servers
If you'd like to make changes to make this project available on other servers, then check out the contributing page!
Contributing to NR9
NR9 (Using terminal)
IMPORTANT:
We do not currently support file sharing via terminal, this is coming soon!
Stay updated here
You can use NR9 in your terminal by installing the NR9 package.
npm install nr9
After it has been installed, you can use NR9 in your terminal.
You can use the following command for help:
nr9 --help
More details
To shorten a link, use the command:
nr9 --L <link>
To upload a file, use the command:
nr9 --F <path/to/file>
To set an expiry date for a link or a file, use the argument:
--E <time in hours from now>
To set a password for a link or a file, use the argument:
--P <password>
To download a file, use the command:
nr9 --D <code>
To open a link in a new tab, use the command:
nr9 --N <code>
To download a file with a password, use the command:
nr9 --D <code> --P <password>
To open a link in a new tab with a password, use the command:
nr9 --N <code> --P <password>
Note: it is not necessary to use the --P argument if a password was set when running this command. You will be prompted to enter the password after running the command.
Important
- If an expiry time is not set, then the link/file will be available for 168 hours (7 Days) before expiring.