Skip to content

ZechBron/FileSharingTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

File Sharing Terminal Zech Bron

You can now share your files using linux terminal with this simple code of mine.

File Sharing Terminal

Features

  • Uses 3 API

    In case one of them didn't work. You still have lots of options.
  • Multiple Files Upload

    You can share multiple files or even your Whole Directory and it's Contents.
  • Supports File Encryption

    You can also encrypt your files before sharing it to others.

Installation

Depends on your linux distro

pkg install git -y

git clone https://github.com/ZechBron/FileSharingTerminal.git

cd FileSharingTerminal

bash setup.sh

To Run

bash sharefile.sh

EXAMPLES

  • Uploading One File with Encryption

    Example of Uploading One File w/ Encryption
  • Uploading Multiple Files

    Example of Multiple Files Uploads
  • Uploading Directory and its Contents

    Example of Uploading Directory and its Contents

Two Ways to Download in Terminal

1st Way

wget https://download-link

2nd Way

curl -O https://download-link

Decrypting a file

Just type this command in your terminal and enter the password:

ccdecrypt filename.txt.cpt

Here's the example:

Decrypting A File

OR

unzip filename.zip

If it's a zip file.

API USED:

  • BashUpload.com
  • Filepush.co
  • Transfer.sh

TOOLS USED:

  • ccrypt and zip

NOTE: If you encounter an issue, if you want to correct something, if have any feedbacks, just say it guyz.

Releases

No releases published

Packages

No packages published

Languages