Score:1

rsync error: error in rsync protocol data stream (code 12)

ca flag

Guys this is an error I am getting when I try sending files to a server. I am not sure what went wrong. Can anyone help me fix this? Thanks in advance.

$ rsync -avz ./ ssc:/webapp/

rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(235) [Receiver=3.1.3]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(228) [sender=3.2.4dev]
Score:0
fr flag

I'm using cygwin rsync on Windows 11. I'm still not 100% sure why this only started failing for me recently, but I found that using Windows OpenSSH with cygwin rsync was causing the error.

I wound up installing OpenSSH for cygwin and moved C:\cygwin\bin before C:\WINDOWS\System32\OpenSSH\ in my Path in Environment Variables. That fixed it for me.

Score:0
ng flag

https://youtrack.jetbrains.com/issue/IDEA-270793

i add "-e /usr/bin/ssh" and it fixed the issue.

rsync -e /usr/bin/ssh -vP /c/projects/cpp/RecFileExtractBatch/example_recfile_extract_command_file.xml thtran@p811:/home/thtran/mnt_win_pdatx_linux

Score:0
vg flag

Remove OpenSSH-Cliente on ''Settings' > 'Apps' > 'Optional Features', install Git and add C:\Program Files\Git\usr\bin to Windows PATH. and ensure then rsync and ssh have the same paths, use 'where ssh' and 'where rsync' to check that.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.