Skip to main content

Share your files with ease!

ยท 4 min read
Aman Kalra

Developers often get caught in this problem: You have a huge file that you wish to transfer to your friend. The file is too big to be sent via email or instant messenger.

A simple approach could be to upload it to Dropbox or similar cloud services, but what if you don't have/want an account with them, or just don't have enough storage freed up. Well, there could be a scenario where you want to bypass the big giants altogether that comes with huge security concerns.

Instead of going through that hassle, you can save time by transferring files (big and small) to your friend by using Loophole. You do not need to encrypt your files before the transfer because they are being tunneled through a very secure SSH protocol.

But wait, I have something more! If you want to share multiple files with any number of users, you can add them to the specified folder location while your buddies can browse through that section of your PC. Sharing files can be a whole lot simpler and quicker with this method. All you have to do is drag and drop, and let them know they can now download the file(s).

filesharing source: undraw.co

Setting up Loopholeโ€‹

Downloadโ€‹

We begin with setting up a loophole tunnel in Windows. You can download the file here. For Mac and Linux users, the process shouldn't be much different. Choose the relevant download option.

Once downloaded, open the command prompt and go to the location where loophole.exe is stored (often in the download folder).

Loginโ€‹

Your loophole client needs to be authenticated before we can start the tunnel. For authentication, simply use the below command :

loophole account login

Login

File Sharingโ€‹

Setting up the pathโ€‹

Once you are ready to begin hosting the file, use the following command to activate a secured HTTPS tunnel :

loophole path <path to the local directoy> 

Login

Note

In order to give a longer path name, use double quotes " ". Example :

Loophole path "c:\Users\My File Manager" 

Secure Connectionโ€‹

Loophole by default provides an end to end encryoted and secured tunnel. You can furthur add your own authentication with a username and password that restricts the directory access control. To do so, simply use the flag -u and -p after the path command.

loophole path <path to the local directoy>  -u <username> -p <password>

Login

Directory Accessโ€‹

On the successful start of the tunnel, you can now share the URL generated with your friends. This tunnel is HTTPS secured using Let's encrypt and is valid for a time period of 60 minutes.

Tip

Make sure you give the right local directory path and have some files stored to test the transfer.

Bonus Tip!!โ€‹

You can use the following command to generate a custom domain URL. The URL needs to be a minimum of 6 letters and must follow the domain naming convention. The domain name is reserved for a user for next 30 days to reuse.

loophole path <path to the local directory> --hostname <custom hostname>

Login

Now you can share local files(big or small) with your friends over a secured tunnel in under 5 minutes. To know more about Loophole, head to www.loophole.cloud or explore our docs!

Latest news from Loopholeโ€‹

Your support will keep us motivated to keep building Loophole. If you want to request a special feature or wish to share your feedback about Loophole, feel free to fill out the google form or email us at loophole@main.dev.

Lastly, Loophole has pledged to never turn into a commerical business! To support our development, don't forget to buy us a coffee or a cookie. We are also open for some beers. Cheers!