Date: Sun, 15 Apr 2001 13:59:30 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpcmd.y ftpd.8 Message-ID: <200104152059.f3FKxUK66729@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2001/04/15 13:59:30 PDT Modified files: libexec/ftpd ftpcmd.y ftpd.8 Log: Add the "SITE MD5 filename" facility. This allows you to determine if the file on the other side is the same as the one you have without transferring the entire file to compare. Needless to say, if the server end lies to you this check doesn't work, but on the other hand, if it lies to you about the files checksum, what can you trust from it ? Revision Changes Path 1.22 +16 -2 src/libexec/ftpd/ftpcmd.y 1.37 +2 -1 src/libexec/ftpd/ftpd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104152059.f3FKxUK66729>