scp problem


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users scp problem
# 1  
Old 01-01-2007
scp problem

Hi,

I have problem using scp in an AIX machine, where I need to use full path to scp from /dirA but i dont have to from /dirB of the same machine. Below are some details & scp -v output (truncated). I've checked the permission & settings of both dir/FS are the same. Please help.

scenario
scp from serverA to serverB:
scenario1:from serverA:/dirA to serverB:/dirC - need to type full path, if not, error:
scp:SshFCTransfer/sshfc_transfer.c:87: Received error `syserr: No such file or directory, file: (null)/test' (2).
scp:Scp2/scp2.c:775: Received error SSH_FC_ERROR_NO_SUCH_FILE.
scp: warning: stat: test (src): no such file (server msg: 'syserr: No such file or directory, file: (null)/test')

scenario 2:from serverA:/dirB to serverB:/dirC - no need to specify full path, specifying filename will do.

The only difference in the debug output between 2 scenarios are:
scp:SshFCTransfer/sshfc_transfer.c:219: Fething source newline convention extension data.
scp:SshFCTransfer/sshfc_transfer.c:234: Fething dest newline convention extension data.
scp:SshFCTransfer/sshfc_transfer.c:240: Destination sftp-server didn't give newline convention.
scp:SshFCTransfer/sshfc_transfer.c:363: file name: ``(null)''
scp:SshFCTransfer/sshfc_transfer.c:419: basedir = (null)
scp:SshFCTransfer/sshfc_transfer.c:87: Received error `syserr: No such file or directory, file: (null)/test' (2).
scp:Scp2/scp2.c:775: Received error SSH_FC_ERROR_NO_SUCH_FILE.
scp: warning: stat: test (src): no such file (server msg: 'syserr: No such file or directory, file: (null)/test')
scp:Scp2/scp2.c:661: Received error SSH_FC_OK, error message .
scp:ssh_pipe_stream_destroy
debug: SshConnection/sshconn.c:407: EOF from channel stream
# 2  
Old 01-02-2007
can you specify the exact command you are using?
# 3  
Old 01-02-2007
The command I used is as below:

user1@serverA# cd dirA
user1@serverA# scp file1 serverB:/dirC

** result, error as above & file not transferred.

But if i used full path,as below, it works:
user1@serverA# scp /dirA/file1 serverB:/dirC

However, I dont need to specify the fullpath,if I scp a file from /dirB:

user1@serverA# cd dirB
user1@serverA# scp file2 serverB:/dirC
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Scp, problem, .bashrc

I have a problem with SCP, trying to use this solution in .bashrc: scp printed an error message: "Write failed flushing stdout buffer. write stdout: Broken pipe." or "packet too long". Your shell startup file (e.g., ~/.cshrc, ~/.bashrc), which is run when scp connects, might be writing a... (3 Replies)
Discussion started by: orange47
3 Replies

2. Shell Programming and Scripting

scp command problem

I am trying to copy file . On the remote host I have dir structure as ... /opt/product/11.2.0/ and underneath 11.2.0 I have db and db112 dirs.. and there are sub dirs underneath db and db112.. scp xyx:/tmp/1.sh /opt/oracle/11.2.0/*/hs/admin/1.sh the idea here is copy 1.sh to both db... (2 Replies)
Discussion started by: talashil
2 Replies

3. Shell Programming and Scripting

Trying to copy Using scp facing problem

source file is located in (elk.some.com) /export/elk2/vp141p/Somedir/dist/current/Filename.ear destination machine(191.hydc.xxx.com) /export/home/vp141p/ARCHIVE scp -p vp141p@hstst191.hydc.sbc.com:/export/elk2/vp141p/PM_Build_SBS/Build_PVT_SBS/dist/current/Filename.ear . The above code is... (5 Replies)
Discussion started by: vishwakar
5 Replies

4. UNIX for Dummies Questions & Answers

Problem with SCP command

hi, I am successfully running following command from command prompt $ scp oracle@172.16.0.11:/back/crmemo.csv /sales/ but when i am running the same command from a script it copying '?' in sales (destination) folder. Following is the script #!/bin/sh scp... (14 Replies)
Discussion started by: RIAZ
14 Replies

5. UNIX for Advanced & Expert Users

Problem with ssh and scp

Hi there, I'm working with two linux servers and if I use ssh to connect from 1 to 2 everything works fine ( ..as usual:rolleyes:), while if I try to connect via ssh or to copy files through scp (as I usually do...) from 2 to 1, after the password I get this message: Connection closed by... (6 Replies)
Discussion started by: Giordano Bruno
6 Replies

6. Shell Programming and Scripting

scp problem in crontab

Hello there: I hope you can help me. I have this problem: I have the next script: #!/bin/bash #copy all backuped files to main server scp /root/opennms_etc_$fecha.tar.gz opennms2@10.245.10.196: scp /root/opennms_all_$fecha.sql opennms2@10.245.10.196: scp /root/pg_hba.conf ... (2 Replies)
Discussion started by: bobbasystem
2 Replies

7. Shell Programming and Scripting

Problem with SCP parellel processing

Hi All, I am trying to take Bulk Log files from around 24 Remote servers using my shell script. I am using SCP for this. I need to take log files every 15 min, so I am thinking about the parallel processing mechanism in UNIX.The 24 remote machines username,servername reading from properties... (8 Replies)
Discussion started by: scorpio
8 Replies

8. UNIX for Advanced & Expert Users

scp problem

I have some problems using scp between a server Sun Solaris and a SecurePlatform Checkpoint. If I try to copy a simple file txt from the server Sun Solaris to the SecurePlatform, I have problems!!!!!!... server:/export/home/appmgt# scp 1.txt admin2@fwtest:~ lost connection ... if I try to... (5 Replies)
Discussion started by: Minguccio75
5 Replies

9. UNIX for Dummies Questions & Answers

problem with SCP

Hi, I want to copy a file from one system to other i done a SCP but it showing error as below .. Can we do it by SCP ? Is it possible ?.. What is the below mean ?. sys1@sys2's password: scp: .: not a regular file Thanks, Arun (4 Replies)
Discussion started by: arunkumar_mca
4 Replies

10. UNIX for Advanced & Expert Users

scp problem

I am using scp to get files from a Windows systemr to a Unix system. The ssh server is on Windows. The problem is that the file permissions for files that come from Windows are 700. Can any one help out with how I can set permissions to anything else? (6 Replies)
Discussion started by: blowtorch
6 Replies
Login or Register to Ask a Question