How To Copy Files From Windows To Linux
In this updated guide, I will walk yous through the steps to copy files from Windows to Linux using easy-to-follow steps.
I volition show you two ways to copy files from windows to Linux
- Using command line with pscp
- Using GUI FTP utility.
Copy File from Windows To Linux Using PSCP
It is non ever that you will demand to copy a file from Windows to Linux or vice versa.
But at times when you are automating things or trying to achieve some copy functionality using a script, it is good to accept a utility to do that.
Here is where pscp
comes into play. Using pscp
you can copy the file to/from windows and Linux.
Step 1: Download pscp.exe from here. Select the advisable package.
Step 2: copy the pscp.exe executable to the system32 directory of your windows machine. This folder normally exists in C:\Windows\System32
path.
Step iii: Open Windows PowerShell and apply the following command to verify if pscp is accessible from the path.
pscp
You lot should run across the following output.
Step 4: Use the following format to re-create the single file from Windows to the Linux box.
pscp -prisoner of war password C:\Users\Admin\Desktop\exam.txt \ [email protected]:/home/vagrant
Here is the explanation of the command.
-
-prisoner of war
for the password. - Replace
password
with the Linux user countersign. -
C:\Users\Admin\Desktop\test.txt
represents the path of the file that has to be copied to the Linux system. -
192.168.33.10
is the IP of the Linux server. -
/dwelling house/vagrant
is the user-accessible path in the Linux arrangement to re-create the file.
If you desire to copy all the files in a directory to Linux, you need to add a start to the folder. eg. folder\*
. An example is shown beneath.
pscp -pw countersign C:\Users\Admin\Desktop\folder\* \ [email protected]ii.168.33.10:/home/vagrant
If you are using Linux private keys for hallmark, you lot can use -i
flag instead of -pw
followed past the path to the .ppk
, .pem
or id_rsa
file.
If your key file is in pem
format, you tin use the puttygen command to convert information technology to ppk. See this ec2 server guide for the pem
to ppk
conversion.
Info: Learn Linux & Windows administration from Pluralsight with its x days free account
For Linux Private primal-based authentication, the command looks like below.
pscp -i /path/to/key.ppk C:\Users\Admin\Desktop\test.txt \ [email protected]:/home/vagrant
Copy File From Linux To Windows Using PSCP
Yous can use pscp to re-create files from Linux to windows. use the following control format for the same.
pscp -pw password [electronic mail protected]:/path/to/file \ C:\Users\Admin\Desktop\
The to a higher place command will copy the file in Linux from the specified path to the Windows desktop.
Copy File from Windows To Linux Using FTP GUI
If you are non familiar with the Windows command line, yous can use an FTP tool like Filezilla.
This tool is really helpful if you are working with Web Hosting providers to upload your website files from your local workstation.
You can download Filezilla from here –> FileZilla Download.
Later download, install Filzill equally you install any other windows software.
Afterward installation, open the Filezilla app and enter the remote Linux server details as shown below. It will connect to the server and shows the remote server files in the file explorer.
To upload a file, all you accept to exercise is do a right-click and click upload, as shown in the image beneath. The file will get uploaded to the remote path, which is opened in the Filezilla explorer. You tin besides modify the remote path from Filezilla.
Decision
I have shown two best and recommended ways to transfer files from Windows to Linux and vice versa.
If y'all face any issues while copying files, please drop the issues every bit a comment. I will look into information technology.
How To Copy Files From Windows To Linux,
Source: https://comtechies.com/copy-files-between-windows-and-linux.html
Posted by: wallaceconces1968.blogspot.com
0 Response to "How To Copy Files From Windows To Linux"
Post a Comment