Description of Problem: scp will not copy files over 2GB stops with error: Value too large for defined data type Version-Release number of selected component (if applicable): How Reproducible: Steps to Reproduce: 1. make file over 2GB 2. try to copy it with scp 3. Actual Results: Value too large for defined data type Expected Results: copy file Additional Information: Presumably just needs recompiling with 64bit files. There are probably other programs that do too...
The proper flag wasn't being set, and there was a slight problem in the scp server which prevented it from properly reporting the size of a large file to the client, which should both be fixed in 2.9p2-7 and later. Thanks!