1 00:00:01,000 --> 00:00:02,230 Hey, welcome back. 2 00:00:02,320 --> 00:00:09,040 So in this video, we're going to see how can we download files into our Linux system? 3 00:00:09,370 --> 00:00:13,810 So, yes, we download a lot of stuff from the Internet. 4 00:00:14,170 --> 00:00:19,630 You can do that simply from your terminal itself without going to your browser. 5 00:00:19,900 --> 00:00:21,460 So let's see how to do that. 6 00:00:21,820 --> 00:00:29,110 Now for that, we are going to use a command which is w get with the help of this command, you can 7 00:00:29,110 --> 00:00:31,420 download anything from the internet. 8 00:00:31,450 --> 00:00:38,200 You simply need to give the link of the resource that you want to get downloaded into your computer. 9 00:00:38,740 --> 00:00:40,060 Let's quickly see that. 10 00:00:40,630 --> 00:00:45,460 So I'm going to download a file which I have hosted onto my server. 11 00:00:45,730 --> 00:00:54,020 So let's type the name of the domain name, which is fuzz dot as R secure dot z. 12 00:00:54,250 --> 00:00:58,210 And the file that I have created is rohit dot txt. 13 00:00:58,720 --> 00:01:06,580 Now you need to put the link or the domain name address into double code and simply hit enter. 14 00:01:06,760 --> 00:01:14,050 And now this file should successfully download into your computer and you can see it is connecting to 15 00:01:14,080 --> 00:01:25,240 4.3. z and even it shows the result IP address and the port it is getting connected to and it is four 16 00:01:25,240 --> 00:01:34,450 for three because we have sent a request to http s and you can see finally the blue gate got connected 17 00:01:34,450 --> 00:01:37,520 to the server and the request was sent. 18 00:01:37,540 --> 00:01:42,340 Once the request has been sent, it waited for the response. 19 00:01:42,340 --> 00:01:48,370 And you can see we got a 200, which means our request was successfully fulfilled. 20 00:01:48,550 --> 00:01:53,500 The resource that the client intended was given by the server. 21 00:01:54,070 --> 00:02:02,560 You can see we have downloaded a text file and you can see the file type is text plain and the file 22 00:02:02,560 --> 00:02:05,810 has been successfully saved to Rohit Dot. 23 00:02:05,830 --> 00:02:09,040 Text output 100% completed. 24 00:02:09,040 --> 00:02:12,470 File Size 1.16 KB in 0 seconds. 25 00:02:12,490 --> 00:02:14,680 All right, so let's quickly see this. 26 00:02:15,010 --> 00:02:16,660 So, Cat Rohit. 27 00:02:17,500 --> 00:02:22,650 Dot txt and hit enter and you can see it says w gate works. 28 00:02:22,660 --> 00:02:29,350 So this is basically the sky chart that I have added into the file just to make sure that w gate works 29 00:02:29,350 --> 00:02:30,370 into a computer. 30 00:02:30,910 --> 00:02:36,790 So I hope you guys understood how you can use W Gate to download resources from the internet using your 31 00:02:36,790 --> 00:02:37,290 terminal. 32 00:02:37,300 --> 00:02:38,020 Thank you.