· 7 years ago · Feb 06, 2018, 06:28 AM
1$ pscp -scp -v user@192.168.1.12:\demo\test_1.txt /d/test_1.txt
2admin@192.168.1.12's password:
3Using username "user".
4Sent password
5Access granted
6Opening session as main channel
7Opened main channel
8Started a shell/command
9test_1.txt | 0 kB | 0.0 kB/s | ETA: 00:00:00 | 100%
10Using SCP1
11Connected to 192.168.1.12
12Server sent command exit status 0
13Disconnected: All channels closed
14
15scp user@192.168.1.12:\demo\test_1.txt /d/test_1.txt
16user@192.168.1.12's password:
17debug1: Authentication succeeded (password).
18Authenticated to 192.168.1.12 ([192.168.1.12]:22).
19debug1: channel 0: new [client-session]
20debug1: Entering interactive session.
21debug1: pledge: network
22debug1: Sending command: scp -v -f \demo\test_1.txt
23Sink: C0777 16 demotest_1.txt
24demotest_1.txt 100% 16 0.0KB/s 05:49 debug1: channel 0: free: client-session, nchannels 1
25Killed by signal 2.