K
K
Kirill Gorelov2016-02-18 12:14:58
Iron
Kirill Gorelov, 2016-02-18 12:14:58

Transfer files from one computer to another?

Hello.
There are two computers. One on Linux. The second one is for Windows 8.
How can I transfer 200GB from Vidons to a second computer?
Preferably without third-party portable hard drives and temporary file storage.
The ideal way is through wires!
Tell me please!

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vitaly, 2016-02-18
@Neolith

On Windows, fumble the folder, then open it from Linux and copy.
www.howtogeek.com/howto/29167/3-easy-ways-to-conne...

K
kale, 2016-02-18
@kale

The method without downloading and installing additional programs works for any device with a web browser.
If the computers are on the same local network, you need to find out the ip address of the linux computer.
For example:
A line like inet 192.168.1.33/24, says that the address is 192.168.1.33
As a rule, python is already installed as part of any modern linux distribution.
in the linux terminal enter the commands

cd ИмяКаталогаОткудаКопируем
python -m SimpleHTTPServer

if it gives an error, then you most likely have python 3.x, then change to
The command will display a message, something like
This web server has started on port 8000
That's it.
Now on the device where we copy, open a web browser,
and in the address bar enter the address: 192.168.1.33:8000
The browser will show the contents of your directory on a linux machine.
Copy for health))

A
Alexey, 2016-02-18
@RusTech

You remove the disk from the machine's wines and connect the second one to the lin machine, then copy everything you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question