ktsr42 / RsyncServerApp

GNU General Public License v3.0
34 stars 4 forks source link

rsync: connection unexpectedly closed #5

Closed magnetux closed 2 years ago

magnetux commented 2 years ago

Listing is Okay

V:\bin\rsync-3.2.3>rsync.exe rsync://192.168.0.136:37213/123352/Movies/"Backed Up"/
drwxr-xr-x          3,488 2021/11/22 12:18:37 .
-rw-r--r--    391,335,065 2021/11/10 03:23:29 (Drakorasia.blog) SRIJ Eps - 01 540p.mkv
-rw-r--r--    322,042,735 2021/11/11 09:13:09 (Drakorasia.blog) SRIJ Eps - 02 540p (1).mkv
-rw-r--r--    602,382,058 2021/11/16 08:28:56 (Drakorasia.blog) SRIJ Eps - 03 720p.mkv
-rw-r--r--    514,736,800 2021/11/17 18:16:52 (Drakorasia.blog) SRIJ Eps - 04 720p.mkv

I can get file from my android to windows 10, but i'm try to push file from windows to android, this is what happened

V:\bin\rsync-3.2.3>rsync.exe -avr --progress /cygdrive/V/tmp/push/ rsync://192.168.0.136:37213/123352/Movies/"Backed Up"/
sending incremental file list
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.3]

anyone know why? because there is no log feature in the program, it is rather difficult to find out what errors have occurred.

magnetux commented 2 years ago

sorry, this issue already opened by another user https://github.com/ktsr42/RsyncServerApp/issues/2