This post take care of an issue which we sometimes encounter which is how to transfer a large file which is more than the size allowed for third party cloud storage solutions which require hefty annual charges.
Torrents is the best method, but, sometimes torrents are blocked in the internet service provider end and not so intuitive for the first time user.
The method I would be describing would be using age old FTP for this purpose. I would be breaking it up in some steps.
Step 1 : Install IIS in your windows 10 professional system .
- Open the Start menu.
- Type "features" and select "Turn Windows features on or off".
- Open the Start menu.
- Tick the "Internet Information Services" checkbox.
- You may need to expand the "Internet Information Services" node to select specific features like "Web Management Tools" or "World Wide Web Services".
- Tick the "Internet Information Services" checkbox.
- Click "OK" to apply the changes and start the installation process.
- Wait for the installation to complete.
- Click "OK" to apply the changes and start the installation process.
- Verify Installation:
- After installation, you can verify by searching for "IIS" in the Start menu and launching "Internet Information Services (IIS) Manager".
Step2: Note down the private and public IP of this server. you can use ipconfig to note the private IP address and google for the public IP of the system. Note these IP address. The public IP address can change if router is rebooted- Step3 : setup a FTP server in the IIS
the directory structure of the shared ftp folder should be visible . This is a test to see if filezila can access the folder on your laptop through your public IP . Disconnect after the test is successful