LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   wolfssh returns error code 1 even the file has been transferred to the server successfully (https://www.linuxquestions.org/questions/linux-networking-3/wolfssh-returns-error-code-1-even-the-file-has-been-transferred-to-the-server-successfully-4175680430/)

jy824212 08-14-2020 10:56 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”.

Did another test whenever the file size exceeds 500 kB it will return
Code:

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

wonder if is because of the buffer size has reached the defined one

Best Regards

ondoho 08-15-2020 06:17 AM

Another (!) duplicate of https://www.linuxquestions.org/quest...ly-4175680410/

jy824212 08-15-2020 09:37 AM

Quote:

Originally Posted by ondoho (Post 6156069)

I believe this is the right place to put this thread

boughtonp 08-15-2020 02:24 PM

Quote:

Originally Posted by jy824212 (Post 6156145)
I believe this is the right place to put this thread

The correct procedure is to report your original thread to a moderator and ask them to move it.



All times are GMT -5. The time now is 01:49 AM.