![]() |
|
|
grep unix.com with google
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Our Members | 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. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
|
scp command and no response
I should trasfer some files by xxx.xxx.xxx.xxx to local host. In order to check the function works i tried to transfer a single file and I typed: Code:
scp -P 21 username@xxx.xxx.xxx.xxx:/filename.nas /filename.nas At this point i haven't response anch i have to type CTRL+C to return to console. Can you help me? Last edited by zaxxon; 11-27-2009 at 10:51 AM.. Reason: code tags please |
|
|||
|
Code:
au3v3 # scp -v -P 21 username@xxx.xxx.xxx.xxx:/filename.nas /config.nas Executing: program /usr/bin/ssh host xxx.xxx.xxx.xxx, user username, command scp -v -f /filename.nas Sun_SSH_1.1, SSH protocols 1.5/2.0, OpenSSL 0x0090704f debug1: Reading configuration data /etc/ssh/ssh_config debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: ssh_connect: needpriv 0 debug1: Connecting to xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx] port 21. debug1: Connection established. debug1: identity file /.ssh/identity type -1 debug1: identity file /.ssh/id_rsa type -1 debug1: identity file /.ssh/id_dsa type -1 debug1: ssh_exchange_identification: 220 MiniFTP Service Ready Last edited by andreac81; 11-27-2009 at 11:33 AM.. Reason: code tags please |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Setting array equal to command response | pattywac | Shell Programming and Scripting | 4 | 07-20-2008 10:15 AM |
| 'less' command response is garbled | amitpansuria | UNIX for Dummies Questions & Answers | 4 | 06-16-2008 06:55 AM |
| response of a for loop?! | marwan | UNIX for Dummies Questions & Answers | 2 | 06-25-2007 10:59 AM |
| Slow cd response | JohnOB | SCO | 0 | 09-13-2006 10:31 PM |
| trying to get a boolean response from sed | badg3r | Shell Programming and Scripting | 4 | 05-30-2006 06:41 AM |