LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   wolfssh returns error code 1 even the file has been transferred to the server successfully (https://www.linuxquestions.org/questions/linux-newbie-8/wolfssh-returns-error-code-1-even-the-file-has-been-transferred-to-the-server-successfully-4175680408/)

jy824212 08-14-2020 12:28 PM

wolfssh returns error code 1 even the file has been transferred to the server successfully
 
Hi,

Recently I have faced this error

I used
Code:

scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no user.log root@myserver:/home/root
echo $? will give me 0 indicates that it's succeeding, but I think because user.log is small size (2kB roughly)

Now I changed to
Code:

scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no swload.zip root@myserver:/home/root
swload.zip is 30 MB I am still able to transfer to my server by
echo $? returns me 1 this time
And I got this error:
Code:

channel_by_id: 0: bad id: channel free
Disconnecting: Received ieof for nonexistent channel 0.

server:wolfssh (myserver)
client: openssh scp client (local)

Any one knows how to fix this ?

Seems like there is an interop error wolfssh_scp_server and “openssh scp client”.

Best Regards

frankbell 08-14-2020 07:25 PM

Reported as duplicate.

rtmistler 08-15-2020 07:32 AM

@jy824212,

You've been a member of LQ long enough to know this:

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.


All times are GMT -5. The time now is 07:14 AM.