File Transfer
How to transfer files with Linux and Windows
From Linux to Windows
Establish a web server with Python in the path where the desired file is:
certutil.exe
Using PowerShell
Using a shared folder
Serve the file:
Upload the file:
From Linux to Linux
netcat (I)
Origin machine:
Destination machine:
netcat (II)
Origin machine:
Destination machine:
netcat (III)
Destination machine:
Origin machine:
Windows to Linux
Using a shared folder
Serve the file:
Copy the file:
Validate integrity file
Last updated