The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 09-03-2008
nmahendran nmahendran is offline
Registered User
  
 

Join Date: Sep 2008
Posts: 5
scp list of files

Hi,

I have to get the list of files from my remote server to my local machine.

i tried using such as scp uname@server1:/path/to/dir file1 file2 ./

But i got only the file1 and its saying file2 not found eventhough its there in remote machine.

can anyone please help how to get the listed files using scp command.