What is the fastest way to transfer files over a LAN?
The fastest way to transfer files over a local area network is: 1. Open the shared folder, find the folder you want to share, click Advanced Sharing, and share the folder; 2. Open the web server, install python on the computer, and use Start a web server with one line of commands.
The operating environment of this tutorial: Windows 7 system, Dell G3 computer.
When it comes to transferring files, we may easily think of using WeChat or QQ to send files. If there is no network connection, you can consider using a U disk or data cable. Of course, you can also use third-party shared files, such as Eggplant quick pass. The shortcomings of the above methods are obviously obvious. WeChat QQ and other methods need to be connected to the Internet, and the transmission speed depends on the broadband speed you have opened. The U disk data cable is too troublesome, and third-party software must be installed on both ends before it can be used. As a lazy person, of course we need to find a simpler way
1. Open the shared folder
Find the folder you want to share, then right-click, properties, and switch to sharing. We click on Advanced Sharing and check Share this folder. Then click on the permissions below, check Full Control, and finally click OK
Next, go to the Network and Sharing Center under the properties window and start network discovery so that others can see it. Go to your computer and don’t forget to click Save Changes
Now anyone on the same LAN as you can access the folder by accessing your IP
How to get your own IP? Open the cmd window and enter ipconfig to see the network card on your computer, which has its own IP. For example, the network cable is plugged into my computer, so we only need to look at the IPv4 of the Ethernet, which is 192.168.24.33. If The connection is WiFi, then look at the ipv4 of the wireless network card
Press win r to pop up the execution box, enter "\ip" and press Enter
2. Open the web server
If you have python installed on your computer, we can open a web server with just one line of commands, so that people can access your server at will.
We first enter the folder you want to share, then install the Shift key, right-click, and click "Open PowerShell window here"
Then we use the web server that comes with python and enter python -m http.server 8080
8080 is the port. If the port is not specified, the default is 8000
After that, we can access your shared folder in the browser
Of course, there are many ways to share files. The above two are only suitable for file sharing on the same LAN. I personally prefer to use the python server. It can be started with just one line of code, and the transmission speed is very fast. It is very suitable for transferring large files. If you have a friend who has python installed on your computer, you can try it. If not, you can download a python, python The installation package is very small
For more computer-related knowledge, please visit the FAQ column!
The above is the detailed content of What is the fastest way to transfer files over a LAN?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download
The most popular open source editor

SublimeText3 Linux new version
SublimeText3 Linux latest version

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),