0.2.0 • Published 4 days ago

ftunnel v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 days ago

File Tunnel

npm

A CLI program to temporary host a file in internet via ngrok tunnel. Share link via barcode or copy the hyperlink from your terminal.

Usage:

Since version 0.2.0 you are now required to set your ngrok token as NGROK_AUTHTOKEN environment variable.

Install globally:

npm install -g ftunnel

Host a file:

ftunnel <file-name-in-current-dir>

sample-usage

Development

Install the required dependencies:

npm install

Link binary to your path:

npm link

License

File Tunnel made using these dependencies:

  • ngrok, licensed under BSD-2-Clause
  • qrcode, licensed under MIT
0.2.0

4 days ago

0.1.3

4 days ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago