# Way to get any file directly from your Jio Router's Filesystem to your pendrive [Working as of 3rd January 2023] *Disclaimer: - This is Only for educational purposes, No one is responsible for any type of damage. Any wrong step might brick your router. So be aware.* ## Requirements:- 1. Chrome Browser 2. Postman (or cURL, if you prefer that) 3. A Pendrive or a Portable HDD/SSD that can be plugged into your router ## Notes:- *Here we are copying `/flash/secure/key.txt` which is the encryption key used to encrypt the router backup configuration to our pendrive.* *The location of the the pendrive root in the router is `/mnt/vfs/admin/ITSYOURAP/` (Remember to replace `"ITSYOURAP"` with the label of your pendrive)* ## Steps:- 1. Open your router admin page (`http://192.168.29.1`) and login via your admin credentials. 2. After logging in, copy the value of the cookie `TeamF1Login`. You can use the Application tab in Developer options to do so. 3. Go to the Administration > Maintenance Page 4. Press `CTRL + U` (If you are in Chrome Browser) to View Source of the page (Alternatively, you can Inspect Element) 5. Find the Backup/Restore HTML Form. It should look like this:- ```html