Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 864 Bytes

File metadata and controls

31 lines (27 loc) · 864 Bytes

GoFile Uploader

A Simple Script to upload Files to https://gofile.io via Terminal (CLI). Written in Bash.

Usage:

./gofile.sh <path/to/file>
Name: xxx.sh
File Size: xxx KB/MB/GB
File Type: sh
MD5sum: xxx
File URL: https://gofile.io/d/xxx

Features:

  • Upload Files to https://gofile.io Using their API
  • No File Size Limit
  • No Limit on Number of Files
  • Fast Servers
  • Free of Cost

Requirements:

  • curl and jq must be installed.

Credits:

  • https://gofile.io - For the Amazing Website to upload Unlimited files with Unlimited filesize to fast servers, for free!
  • Sushrut1101 - To make the Script
  • тαиνir - For changes and adaptions