freebsd-nq/usr.bin/fetch
Dag-Erling Smørgrav 10e3b1c738 Fix two bugs related to resumed transfers:
- if the dates didn't match, fetch would append the received file to the
    existing file instead of replacing it.

  - if the local file was complete and up-to-date, fetch would miscalculate
    the expected size and report a failure instead of a success, because it
    had no way of knowing that the server was actually resending the entire
    file since the requested offset was invalid.
2000-07-19 23:56:45 +00:00
..
fetch.1 * Remove description of obsolete -t option. 2000-07-18 21:05:11 +00:00
fetch.c Fix two bugs related to resumed transfers: 2000-07-19 23:56:45 +00:00
Makefile New libfetch-based fetch. 2000-06-28 16:55:15 +00:00