The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
20 views

Default sort order for (P)SCP

Is there a default sort for the order in which PSCP downloads files from a remote server and if so, what is it? I can't get an accurate read on how far along my download is, so I'd like to compare the ...
-1
votes
0answers
42 views

Copy folder from unix root to windows machine [closed]

I'm trying to copy a folder from unix machine to windows machine using pscp. The folder is located under root user of unix. The command i'm using is similar to the one shown below pscp -pw password ...
0
votes
0answers
12 views

PSCP Usage: Copying folder to remote machine

I need to copy a folder from C:\TEST from my machine to another machine testmachine.domain.net to the C: drive. How do I do this using pscp? The second machine's credentials are username: admin ...
1
vote
0answers
157 views

SSH via putty works pscp on command-line doesn't

I regularly have to upload several files to several servers via scp and so far have been using WinSCP but that's pretty painful and I'd like to automate it with a batch script. I tried the commandline ...
1
vote
2answers
423 views

Executing the windows batch file

What I am doing currently- Execute the shell script on MachineB from MachineA (Windows Environment). Then wait for the shell script to complete its task, in my case it will write the output to a ...
1
vote
1answer
2k views

Transfer files from Linux to Windows using pscp or some other tool

Problem Statement- I want to copy some files from remote machine (linux) to my windows machine. I know I can do it using pscp. I tried looking on the internet, I found several articles, but in those ...
3
votes
0answers
883 views

PSCP copy files from godaddy to my windows machine

I want to take backup of my website which is hosted on godaddy. I used pscp command from my windows dos and try to download whole public_html folder. my command is : pscp -r ...
0
votes
3answers
626 views

using pscp.exe for sftp transfer is very slow compared to filezilla

I have a weird problem. I'm using pscp.exe from within a C# program (with process.start) to upload files to an SFTP server. Now I have set up a new server with the same program, where I upload to the ...
0
votes
1answer
131 views

How can pscp filepath with spaces?

I have this file: C:\Documents and Settings\tc\My Documents\Downloads\ee_server_wizard.zip and I am trying to upload it to server via pscp like this: pscp C:\Documents and Settings\tc\My ...
0
votes
2answers
455 views

batch copy files from windows to linux

I have a lot of linux driven devices which I need to configure and setup. All devices have same root pass. Now I need to copy files on those devices. One way is using pscp.exe, but this utility ...
0
votes
0answers
310 views

Permission denied when uploading to Ubuntu 11 from PSCP

I am attempting to upload files to a virtual Ubuntu machine from windows. The directory I am trying to upload to is tmp, see permission below... drwxr-xr-x 2 mark mark 4096 2011-07-04 21:16 Videos ...
0
votes
1answer
96 views

PCSP hanging when user not logged in

I am having problem with PCSP hanging. PCSP is called from within a WCF service running in IIS on Windows 2008 r2. The service is running under an app pool that is running as a domain user the ...
1
vote
1answer
395 views

Copy war-file to remote server with pscp

I'm using Maven 3 and I want to copy the war-file after it was built to a remote destination. I'm on a WinXP-machine and have PuTTY with its tools installed, i.e. pscp.exe exists. I read about ...
0
votes
1answer
473 views

Cannot copy to server using PSCP

I have downloaded PSCP from: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html and added it to the PATH in windows 7. I now try to copy a file to a tomcat using the following : pscp ...
0
votes
3answers
2k views

How can I get SCP and ftp (from command line, not plugin) working within hudson

I am running hudson CI server on a win32 machine. After the build succeeds I want the exe created to be put on a public website. The hudon plugins for SCP and ftp were not working the way I wanted ...
1
vote
2answers
337 views

pscp exclude a directory

pscp -r ../mydir/ xxx@xxx.com:/var/www/html/xxx/ copies everything under mydir, is there a way to exclude one subdirectory under mydir?