Skip to content

SPR-Ideas/Make_FTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 15, 2023
b3a2676 · Feb 15, 2023

History

7 Commits
Feb 15, 2023
Feb 7, 2023
Feb 15, 2023
Aug 1, 2021
Jul 31, 2021
Jul 31, 2021
Jul 31, 2021

Repository files navigation

Instant FTP server.

Description

The Project Instant Ftp server ,servers a file which is on your the local machine and tunnels to a public url,so that anybody on the internet can download the file which is on your local machine.

Note : The script can only work on unix and linux machines.we are not tested this script on windows. It will brought on later revisions.

Dependencies:

  • pyngrok
  • fastapi
  • uvicorn

External Dependencies

Ngrok

Ngrok is simple tunneling tool ,Make sure it sholuld be installed and authentication key is set.Use this link to install Ngrok

Installation

  1. Clone the repository using git clone.
$ git clone https://github.com/SPR-Ideas/Make_FTP.git
  1. Type make install. It installs the major dependencies but it won't install ngrok.
$ make install

Remove

To remove the script just navigate to the file directory and run

$ make uninstall

Usage

$ make-ftp <file_location>

It will give you a link with ngrok sub-domain which can be shared between the users to share the file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published