freebsd-ports/security/fwtk/files/patch-ao
David E. O'Brien 926dd9bf1c Support the MDTM ftp command in the ftp-gw.
Submitted by:	Alexander V. Tischenko <flash@hway.ru>
1999-07-09 16:32:59 +00:00

10 lines
263 B
Text

--- ftp-gw/ftp-gw.c.orig Fri Feb 6 03:05:43 1998
+++ ftp-gw/ftp-gw.c Mon Sep 28 19:54:10 1998
@@ -155,6 +155,7 @@
"stat", OP_CONN, /* overload */ cmd_abor,
"dele", OP_CONN|OP_XTND, 0,
"size", OP_CONN, 0,
+ "mdtm", OP_CONN, 0,
0, 0, 0
};