Questions tagged [pscp]

Use this tag for questions about using pscp from PuTTY

pscp is a command line scp tool in the PuTTY tool suite. PuTTY allows users on Windows systems to use SSH and telnet protocols.

8 questions
4
votes
1 answer

Parallel Copy from local folders to remote servers at the same time

I have a multiple folders, and each folder has about 1500 files. I have a kind of for loop going over each folder and then sending the files to either one or 4 remote hosts depending upon the environment. Currently I am using rdist. Almost every…
user321507
  • 41
  • 1
  • 2
2
votes
0 answers

Combine multiple PSCP commands?

I need to transfer multiple folders from my server to my pc. I'm currently using a command like: pscp -r user@ServerIP:/public_html/folderA "C:\folderA" && pscp -r user@ServerIP:/public_html/folderB "C:\folderB" The problem is that the above…
Ralph
  • 21
  • 1
1
vote
2 answers

Pscp freeze after connecting to server - while copying the file from windows to linux via cmd

I am trying both pscp.exe and winscp.exe command line to copy a single file from Windows 7 machine to Linux (Deb) machine but getting an below error. PuTTY Error pscp.exe -2 -v -sftp -pw password putty.chm…
manjesh23
  • 123
  • 1
  • 7
1
vote
0 answers

PSCP - why can't it find the file when using non-admin credentials?

I am trying to make a batch script to get files from Windows vm to Ubuntu vm so I decided to use pscp. when I put pscp -l admin -pw pswd C:\path admin@IP:/path the files transfer fine but I don't want to transfer as admin for security reasons. So…
GaTechGirl
  • 11
  • 2
1
vote
3 answers

the difference between '..' and ".." when I use ssh usr@ip 'pscp ......'

My Server machine run Window,and it installed Cygwin. My Client machine run linux. In Clinent machine.I do this: [sikaiwei@login-1-2 v1.4]$ bash test.sh CHUN~19900405 [email protected]:/ifs2/BC_MG/GROUP/sikaiwei/ssh/v1.4 start PuTTY Secure Copy…
orange
  • 75
  • 1
  • 1
  • 8
0
votes
1 answer

Trouble Logging in as Root Via Putty (pscp)

I am working on some hackable virtual machines. For one exercise, I had to transfer a file that I downloaded onto my Linux machine to a Windows machine. I tried to transfer the filing using pscp through root, but I kept on getting access denied…
pdawg
  • 1
0
votes
2 answers

More than 7 hours for 150GiB, is it normal?

I used pscp to transfer that amount of data from Windows 10 to Linux with a TP-LINK 3G/4G MR-3420 router. Windows machine is connected with Cat5 cable and the Linux machine is with WiFi. Is there any better tool for faster transfer?
user358527
-3
votes
2 answers

Trying to transfer files from my ubuntu server (running in oracle cloud) to my windows pc via pscp.exe

i did some mess and I'm trying to rescue some files from my ubuntu server to my local windows 7 client. Option WinSCP: Unfortunatelly WinSCP does not work anymore since I made the mess. (I run the following command: sudo chown -R ubuntu / So I…
jjx
  • 9
  • 1