search for: onedrain_opsncc_pg_dump

Displaying 1 result from an estimated 1 matches for "onedrain_opsncc_pg_dump".

2006 Mar 17
3
[Bug 1173] scp reports lost connection for very large files
...ile transfer works fine with 4.2p1. I'll attempt to describe where I think the problem is. The size of the file being transferred is around 10G (10435459928), however with 'scp -v' it is reported (see line below) as merely 1.8G or so (1845525336). Sending file modes: C0644 1845525336 onedrain_opsncc_pg_dump.out Further investigation points to scp.c line 607 snprintf(buf, sizeof buf, "C%04o %lld %s\n", (u_int) (stb.st_mode & FILEMODEMASK), (long long)stb.st_size, last); if (verbose_mode) { fp...