Geeting the error during file transmission


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Geeting the error during file transmission
# 1  
Old 12-11-2008
Geeting the error during file transmission

I am facing the following issue during file transmission from one of our application to SFTP server.Here the fact is that i am geeting the error message but the file transmission is happening properly.The message i get is as follows:
sftp> cd inbox
sftp> pwd
Remote working directory: /inbox
sftp> lpwd
Local working directory: /amex/abinitio/data_mount/IGCS/STAR/b2b_adapter/serial/ temp/.WORK/94adf154-492d210e-701f
sftp> put "/amex/abinitio/data_mount/I GCS/STAR/b2b_adapter/serial/./temp/TGP/20081210E_TGP.dat" "TBP_AMXTG_ENROLL_REQU EST_101208"
debug1: Couldn't stat remote file: No such file or directory
Uploading /amex/abinitio/data_mount/IGCS/STAR/b2b_adapter/serial/./temp/TGP/2008 1210E_TGP.dat to /inbox/TBP_AMXTG_ENROLL_REQUEST_101208
sftp> bye
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 2 clearing O_NONBLOCK
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.4 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 0


Could you please advise me on this issue of mine.
# 2  
Old 12-11-2008
Quote:
Originally Posted by bimal3099
I am facing the following issue during file transmission from one of our application to SFTP server.Here the fact is that i am geeting the error message but the file transmission is happening properly.The message i get is as follows:
sftp> cd inbox
sftp> pwd
Remote working directory: /inbox
sftp> lpwd
Local working directory: /amex/abinitio/data_mount/IGCS/STAR/b2b_adapter/serial/ temp/.WORK/94adf154-492d210e-701f
sftp> put "/amex/abinitio/data_mount/I GCS/STAR/b2b_adapter/serial/./temp/TGP/20081210E_TGP.dat" "TBP_AMXTG_ENROLL_REQU EST_101208"
debug1: Couldn't stat remote file: No such file or directory
Uploading /amex/abinitio/data_mount/IGCS/STAR/b2b_adapter/serial/./temp/TGP/2008 1210E_TGP.dat to /inbox/TBP_AMXTG_ENROLL_REQUEST_101208
sftp> bye
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 2 clearing O_NONBLOCK
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.4 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 0


Could you please advise me on this issue of mine.
from which dir you are connecting via sftp??
# 3  
Old 12-11-2008
i am connecting from "/amex/abinitio/data_mount/I GCS/STAR/b2b_adapter/serial/./temp/TGP directory

here even after this message is given the file transmission is happening
# 4  
Old 12-11-2008
i think you are facing some problem with the permission in remote server not 100% sure
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Print Error in Console and both Error & Output in Log file - UNIX

I am writing a shell script with 2 run time arguments. During the execution if i got any error, then it needs to redirected to a error file and in console. Also both error and output to be redirected to a log file. But i am facing the below error. #! /bin/sh errExit () { errMsg=`cat... (1 Reply)
Discussion started by: sarathy_a35
1 Replies

2. UNIX for Advanced & Expert Users

How to detect files transmission at UNIX server ?

Dear Expert Users, I know that Unix utility ( fuser ) is used to detect "transmission" of files from Source system to "current Linux Server". I have scheduled this Unix script to work every 30th minutes of the hour and whenever files transmission starts at that very moment. And, the file... (4 Replies)
Discussion started by: schandrakar1
4 Replies

3. UNIX for Dummies Questions & Answers

File transmission logs in UNIX

Can any one give a explaination with examples on how to understand file transmission log files in Unix for inbound and outbound traffic. (1 Reply)
Discussion started by: ITDev01
1 Replies

4. Homework & Coursework Questions

C TCP/IP Reliable Transmission project not reliable

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: We must do the following for a massive coding project that is due at 12:20PM on Monday, July 22, 2013. We are to... (1 Reply)
Discussion started by: kowit010
1 Replies

5. Shell Programming and Scripting

curl into a shell script (variable transmission): need help

Hey I'm writting a little shell script, and I started using curl with it today. I would like to login into a website using curl (--data argument). This part is working, curl sent me the webpage that we see when we log in this website. Problem: This is a temporary page. When I log in this... (0 Replies)
Discussion started by: Link_
0 Replies

6. Shell Programming and Scripting

COMP-3 File transmission

Guys, i need to transfer a file which contains both display and comp-3 fields from unix to mainframe. Cyberfusion , FTP doesn't work since they treat display and comp-3 fields same. Any Solution in this regard will be appreciated. Thanks, Sharif.S (3 Replies)
Discussion started by: sharifhere
3 Replies

7. UNIX for Dummies Questions & Answers

lftp transmission error help

We have installed lftp version 3.4.7. When trying to send a file it loops on sending. It appears that the lftp sends about 130k then attempts to verify transmission (with a head command maybe). The receiver is pulling the data immediatly behind the firewall and does not appear to be answering... (0 Replies)
Discussion started by: Iversog
0 Replies

8. Programming

direct transmission of files via TCP/IP

Hi, is it possible to write files via write() to a socket and read it on the other side via read(), without going through buffers? Iif not via write() and read() are there other possibilities? thanks darkspace (5 Replies)
Discussion started by: darkspace
5 Replies
Login or Register to Ask a Question