I case someone else needs it... here it is. Apparently pythons built in:
for line in file
don't consider a linebreak with \r as a true linebreak (at least not in windows). So since I couldn't find out how to get this stdout with universal linebreak, so I made my own loop:
Code:
seek = 0 line = "" extra_run = 5000 ## rsync.exe send returncode before terminated.
Leave a comment: