top of page
Writer's pictureDiniz Martins

Ngrok | Share files over internet

This is a simple way to share files over the internet using command line on Windows OS with no file size limit.

To share file quickly with everyone I use NGROK. You only need to download the free version at ngrok.com and install as administrator.


First you need to have an account to download the file and to take your token ID.


Ngrok has prepared the command for you, you just need to copy and paste it into the command windows.

This command helps you to connect to your ngrok account.


After that, you received a message that you have succeeded and now you need to share file to everyone over the internet without forwarding ports on the router.

ngrok http "file:///C:\tmp"

This is my example, but you can replace your path that you want to share.


And here is the domain name after it was shared:

Just share your domain on "forwarding" line and its done!



83 views0 comments

Recent Posts

See All

IPSec vs. TLS

When it comes to securing data over networks, IPSec (Internet Protocol Security) and TLS (Transport Layer Security) are two of the most...

VyOS Basic Configuration

VyOS is an open-source network operating system that provides software-based network routing, firewall, and VPN services. It is designed...

Comments


bottom of page