PSCP enables you to transfer files between Windows and Linux. The following details describe how to use:
A brief description of PSCP:
PSCP (PuTTY Secure Copy client) is a PuTTY-provided file transfer tool that securely transfers files between two machines via SSH connection and can be used with any SSH (including SSH v1, SSH v2) servers.
Second, download and use
1. Download:
You can download PSCP from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html and put it in the System32 folder of Windows, This can be used directly in a DOS command window, or in any directory, when used in a DOS command window to enter the directory to run PSCP.
2. Use
A Windows-linux Uploading Files:
1), start → run →cmd into DOS mode, enter the following command:
PSCP E:\javaWP\new. txt [email protected]:/home/hollyfee
2), enter, prompt for the password, after we enter the Linux server on the user's login password, the www.linuxidc.com file will be uploaded to the Linux server/home/hollyfee directory.
Here's how to do it (screenshot below):
C:\Documents and SETTINGS\ADMINISTRATOR>PSCP E:\javaWP\new. txt [email protected]:/home/hollyfee[ Email protected]130.75.7.156 ' s password:new. txt | 0 KB | 0.0 kb/s | eta:00:00:00 | 100%C:\Documents and Settings\Administrator>
Two Linux-windows Download File:
1), start → run →cmd into DOS mode, enter the following command:
PSCP [email protected]:/home/hollyfee/new. txt E:\javaWP\new_copy.txt
2), enter, prompt for password, enter the password after the file will be uploaded to the target machine/home/hollyfee directory.
Where: Hollyfee for the Linux user name, 130.75.7.156 for the remote Linux host IP address,/home/hollyfee/new.txt for Linux files, E:\javaWP\new_ Copy.txt the file to be saved locally.
Here's how:
C:\Documents and settings\administrator>pscp [email protected]130.75.7.156:/home/hollyfee/New . txt e:\javawp\new11111.txt[email protected]130.75.7.156 ' s password: new11111.txt| 0 KB | 0.0 kb/s | eta:00:00:00 | 100%C:\Documents and Settings\Administrator>
PSCP enables Windows and Linux files to transfer to each other