Displaying 1 result from an estimated 1 matches for "php_manual_c".
Did you mean:
php_manual_cs
2002 Apr 15
2
Suddenly broken : connection unexpectedly closed
I always got this messages when I rsync to php.net
here's my command line and error messages :
$ rsync -avvvzC rsync.php.net::phpweb /usr/local/WWW/phpweb
generator(distributions/manual/php_manual_cs.tar.bz2,1405)
sending sums for 1405
rsync: connection unexpectedly closed (1954742 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(150)
_exit_cleanup(code=12, file=io.c, line=150): about to call exit(12)
what's wrong with it ? and how can I avoid it ?
--...