![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| list the files but exclude the files in subdirectories | shyjuezy | UNIX for Dummies Questions & Answers | 8 | 10-15-2008 01:42 PM |
| counting a list of string in a list of txt files | Pep Puigvert | UNIX for Dummies Questions & Answers | 4 | 08-15-2008 03:55 PM |
| List only the files | chandran.m | SUN Solaris | 5 | 12-06-2007 03:03 PM |
| How to list top 10 files | satish_1983 | UNIX for Dummies Questions & Answers | 4 | 10-26-2007 08:05 AM |
| list of files | bkan77 | UNIX for Advanced & Expert Users | 7 | 08-15-2007 11:09 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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. |
|
||||
|
Try this:
Code:
$ scp uname@server1:/path/to/dir/file[1-2] . |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| scp list files |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|