top of page

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!



36 views0 comments

Recent Posts

See All

Absolutely everything is connected to the internet these days, from TV to smart light bulbs, from mobile devices to smart cars. Given those ads and ad trackers are everywhere on the Internet, a browse

Can you explain the difference between symmetric and asymmetric encryption? When would you use one over the other? Answer: Symmetric encryption uses a single key to both encrypt and decrypt data, whil

Nuclei is an open-source tool that allows security researchers and penetration testers to automate the process of finding vulnerabilities in web applications. It works by sending HTTP requests to a ta

bottom of page