scp syntax erro


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting scp syntax erro
# 1  
Old 09-14-2007
scp syntax erro

hi all
i'm getting the following syntax error when i'm running the scripts,can any one pls explain :

warning: Connecting to /transfer/common/utilities/99990 failed: No address associated to the name
Copying via cmd:
scp -Q /transfer/common/utilities/99990:/transfer/common/utilities/tmpallmapsfile/...

warning: Connecting to /transfer/common/utilities/99990 failed: No address associated to the name
scp: warning: child process (/opt/ssh/bin/ssh2) exited with code 2.
Copy of file icux2755:/ to /transfer/common/utilities/99990:/transfer/common/utilities/tmpallmapsfile/ failed (1)
tnks
# 2  
Old 09-15-2007
Quote:
Originally Posted by bkan77
hi all
i'm getting the following syntax error when i'm running the scripts,can any one pls explain :

warning: Connecting to /transfer/common/utilities/99990 failed: No address associated to the name
Copying via cmd:
scp -Q /transfer/common/utilities/99990:/transfer/common/utilities/tmpallmapsfile/...

warning: Connecting to /transfer/common/utilities/99990 failed: No address associated to the name
scp: warning: child process (/opt/ssh/bin/ssh2) exited with code 2.
Copy of file icux2755:/ to /transfer/common/utilities/99990:/transfer/common/utilities/tmpallmapsfile/ failed (1)
tnks

Please post the exact script you used.

What is the -Q option? The versions of scp that I have have no such option.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Sh_sin_bloqTarjeta.sh[15]: test: argument expected erro

Hello good day you can tell me why this command gives me error if ; then sh_sin_bloqTarjeta.sh: test: argument expected (2 Replies)
Discussion started by: tricampeon81
2 Replies

2. Shell Programming and Scripting

Python Name Erro

Hi There, I have the following code: import time import paramiko node_list = for node in node_list: ssh = paramiko.SSHClient() ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) ssh.connect(node, username='lord', password='xxxx') variables = {} stdin,... (0 Replies)
Discussion started by: infinitydon
0 Replies

3. Ubuntu

erro while installing new program

Hi, I am using ubuntu 12.04 and everytime I installed a new program I get except from the error message I have no problem. I mean it does install the progrm, and I can use it. but still everytime I installed a program I get that error message, what is the reason for this? (3 Replies)
Discussion started by: programAngel
3 Replies

4. UNIX for Advanced & Expert Users

Erro in generating executable file in PRO*C

Good day to everyone. Im new to pro*c and my boss gave me an assignment regarding oracle forms which uses User_Exit function encoded in pro*c. I already compiled the enhanced pro*c code and generated .c file. The problem was, I cannot make an executable file from the generated .c file. ... (6 Replies)
Discussion started by: pedro.penduko
6 Replies

5. Shell Programming and Scripting

SCP

Hi All, Please help on the below command scp -r 'directory name'inrvgo@IP:/export/home/muthu/prod_12-09-2010 I am trying to copy a directory from one server to another server using the above command but its displaing the error (missing destination file) but the diectory was there in the... (1 Reply)
Discussion started by: thelakbe
1 Replies

6. Red Hat

Erro in Installing OPENOFFICE SOFTWARE

Dear All I want to install openoffice on my redhat 5.1 linux os. open office folder is already extracted on Desktop. #cd Desktop/OOO310_m11_native_packed-2_en-US.9399 #./setup After run the setup command, i am getting the Error mentioned below.Please any body can help me. ERROR:- ... (1 Reply)
Discussion started by: sahu.tapan
1 Replies

7. Linux

After famous ORA-12514 error, another erro TNS-12535

Recently I was struggling to resolve ORA-12514 error, after I solved that there is a another error "TNS-12535: TNS: operation timed out". For your information in my machine I have disabled firewall & also added SQLNET.EXPIRE_TIME = 10. But the problem is still persists. Again all your help is... (2 Replies)
Discussion started by: yajneshilu
2 Replies

8. UNIX for Dummies Questions & Answers

help boot system erro

being nosey on sons laptop and set a password and now need to undo this but its in the boot system :eek::eek::eek: (4 Replies)
Discussion started by: hempel
4 Replies

9. Shell Programming and Scripting

scp

hi can any one pls tell me how to copy a file from a remote host to the same remote host with a timestamp, i need to use only scp. thnks (4 Replies)
Discussion started by: bkan77
4 Replies

10. UNIX for Advanced & Expert Users

Scp

I am trying to transfer a 10g files using scp, but I am getting timeout errors is there anywhere that I can modify a config file or something to increase the time. (4 Replies)
Discussion started by: rbizzell
4 Replies
Login or Register to Ask a Question