<?xml version="1.0"?>
<!DOCTYPE rfc SYSTEM 'rfc2629.dtd' [
      <!ENTITY rfc2629 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.2629.xml'>
    ]>
<rfc ipr="full3978" docName="draft-somers-ftp-mfxx-02" obsoletes="" updates="" xml:lang="en">
	<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
	<?rfc toc="yes" ?>
	<?rfc symrefs="no" ?>
	<?rfc sortrefs="no"?>
	<?rfc strict="yes" ?>
	<front>
		<title abbrev="MFMT MFCT and MFF commands for FTP">The 'MFMT', 'MFCT', and 'MFF' Command Extensions for FTP</title>
		<author initials="D. M. P." surname="Somers" fullname="David M. P. Somers">
			<organization/>
			<address>
				<postal>
					<street>Tunnelstrooss 36</street>
					<city>Lipperscheid</city>
					<country>LU</country>
					<code>9164</code>
				</postal>
				<email>dsomers@omz13.com</email>
				<uri>http://www.omz13.com/ftp-mfxx</uri>
			</address>
		</author>
		<date month="July" day="31" year="2007"/>
		<area>Applications</area>
		<workgroup>Individual Submission</workgroup>
		<keyword>file transfer</keyword>
		<keyword>file transfer protocol</keyword>
		<keyword>Internet-Draft</keyword>
		<abstract>
			<t>This document defines extensions to the FTP specification STD 9, RFC 959, &quot;FILE TRANSFER PROTOCOL (FTP)&quot;. These extensions provide the ability for a FTP Client to modify the last modification time, the creation time, or multiple facts (last modification time, creation time, operating system permissions, etc.) of an object in the server-FTP process NVFS. These extensions are implemented by three new optional commands: "MFMT" (Modify Fact: Modification Time), "MFCT" (Modify Fact: Creation Time), and "MFF" (Modify Fact: Facts).</t>
		</abstract>
		<note title="Comments">
			<t>Comments are solicited and should be addressed to David Somers (david.somers@bcs.org).</t>
		</note>
	</front>
	<middle>
		<section title="Introduction">
			<t>The File Transfer Protocol (FTP) currently defined in STD 9, RFC 959 <xref target="RFC0959"/>, and in place on the Internet allows files to be transferred between a server-FTP and a user-FTP, and vice versa. When a file is transferred from the user-FTP to the server-FTP, the creation time, last modification time, and operating system facts (for example, file permissions) can not be specified. The NVFS typically sets these to default values.</t>
			<t>This document defines extensions to the File Transfer Protocol, specifically three new optional commands "MFMT", "MFCT", and "MFF". </t>
			<t>The "MFMT" command allows the last modification time an object in the NVFS to be modified. This is an alternative to abusing "MDTM" (as defined in section 3 of <xref target="RFC3659"/>), which was only intended to read the modification time and not to set it as some implementations do.</t>
			<t>The "MFCT" command allows the creation time an object in the NVFS to be modified.</t>
			<t>The "MFF" command allows multiple facts of an object in the NVFS to be modified. The "MFF" command is complimentary to the MLSx commands as detailed in <xref target="RFC3659"/>. The MLSx commands provides a standardized way of retrieving facts for objects in the NVFS; the MFF command aims to standardize modifying (or setting) the facts for the objects in the NVFS.</t>
		</section>
		<section title="Document Conventions">
			<t>This document makes use of the conventions in <xref target="RFC2119"/>. That provides the interpretation of capitalized imperative words like MUST, SHOULD, etc.</t>
			<t>This document also uses notation defined in <xref target="RFC0959"/>. In particular, the terms &quot;reply&quot;, &quot;user&quot;, &quot;NVFS&quot;, &quot;file&quot;, &quot;pathname&quot;, &quot;FTP commands&quot;, &quot;DTP&quot;, &quot;user-FTP process&quot;, &quot;user-PI&quot;, &quot;user-DTP&quot;, &quot;server-FTP process&quot;, &quot;server-PI&quot;, &quot;server-DTP&quot;, &quot;mode&quot;, &quot;type&quot;, &quot;NVT&quot;, &quot;control connection&quot;, &quot;data connection&quot;, and &quot;ASCII&quot;, are all used here as defined there.</t>
			<t>Syntax required is defined using the Augmented BNF defined in <xref target="RFC2234"/>. Some general ABNF definitions are required throughout the document, those will be defined later in this section. At first reading, it may be wise to simply recall that these definitions exist here, and skip to the next section.</t>
			<section title="Basic Tokens">
				<t>This document defines basic tokens in the same manner as that as specified in section 2.1 of <xref target="RFC3659"/>.</t>
			</section>
			<section title="Pathnames">
				<t>This document defines pathnames in the same manner as that specified in section 2.2 of <xref target="RFC3659"/>.</t>
			</section>
			<section title="Times">
				<t>This document defines times in the same manner as that as specified in section 2.3 of <xref target="RFC3659"/>.</t>
			</section>
			<section title="Server Replies">
				<t>This document defines server replies in the same manner as that specified in section 2.4 of <xref target="RFC3659"/>.</t>
			</section>
			<section title="Interpreting Examples">
				<t>This document presents examples in the same manner as that specified in section 2.5 of <xref target="RFC3659"/>.</t>
			</section>
		</section>
		<section anchor="MFMT" title="Modify Fact: Modification Time (MFMT)">
			<t>The FTP command, MODIFY FACT: MODIFICATION TIME (MFMT), is used to modify the last modification time of an object in the NVFS.</t>
			<t>The ability to modify the last modification time MAY also be achieved, if supported by the server-PI, by using the &quot;Modify&quot; fact to the MFF command as detailed in <xref target="MFF"/>.</t>
			<t>It should be noted that similar functionality has been implemented by some server-PIs as the command MDTM. However, the use of MDTM to modify the last modification time of a file conflicts with the use of the MDTM command to retrieve the last modification time of a file as defined in <xref target="RFC3659"/>. It is RECOMMENDED that, if possible, client-PIs use the MFMT command instead of abusing the MDTM command to change the modification time of an object in the NVFS.</t>
			<t>If the client-PI wants to modify both the modification time and the creation time, it is RECOMMENDED that the MFF command, if supported by the server-PI, be used instead.</t>
			<t>If the NVFS supports the concept of both creation times and modification times, it is RECOMMENDED that server-PI give priority to setting the modification time, even if it means that to set the modification time requested by the client-PI the server-PI must also change the creation time. An example of this prioritization is if the requested modification time is prior to the current creation time and the NVFS does not permit the modification time to be prior to the creation time; the only way to set the modification time in such a situation is for the server-PI to automagically change the creation time to a time before or of the same as the requested modification time. The rationale for this prioritization of modification over creation time is because, generally speaking, it is more important for the modification time to be more valid than the creation time, as the modification time is typically used to perform object synchronization between hosts.</t>
			<section title="Syntax">
				<t>The syntax of the MFMT command is:</t>
				<figure>
					<artwork><![CDATA[
mfmt = "MFMT" SP time-val SP pathname CRLF]]></artwork>
				</figure>
				<t>As with all FTP commands, the &quot;MFMT&quot; command label is interpreted in a case insensitive manner.</t>
				<t>The &quot;time-val&quot; specifies the last modification time to be applied to the object.</t>
				<t>The &quot;pathname&quot; specifies an object in the NVFS.</t>
				<t>The server-PI MUST respond to the MFMT command with a 213 reply, or an error response if the object does not exist, the last modification time could not be modified, or some other error has occurred.</t>
				<figure>
					<artwork><![CDATA[
mfmt-response = "213" SP "Modify=" time-val ";" SP pathname CRLF /
                 error-response]]></artwork>
				</figure>
				<t>The "time-val" in the response MUST be the modified last modification time of the object. This value MAY not be the same as that requested due to constraints of the NVFS to store the last modification time (for example, it may only have sufficient resolution to store the last modification time to the nearest minute instead of to the thousandths of a second that "time-val" MAY be specified to). It is RECOMMENDED that the client-PI parse the 213 response to determine what the modification time was actually modified to by the server-PI.</t>
			</section>
			<section title="Error responses">
				<t>Where the command is correctly parsed, but the pathname identifies no existing object, then a 550 reply SHOULD be sent. Where the command can not be correctly parsed, a 500 or 501 reply SHOULD be sent. If the date or time specified is invalid (for example, February 29 in a non-leap year), then a 501 reply MUST be sent. Various 4xy replies are also possible in appropriate circumstances.</t>
				<t/>
			</section>
			<section title="FEAT response for MFMT">
				<t>Where a server-FTP process supports the MFMT command, as specified here, it MUST include the response to the FEAT command <xref target="RFC2389"/>:</t>
				<figure>
					<artwork><![CDATA[
mfmt-feat = SP "MFMT" CRLF]]></artwork>
				</figure>
				<t>The initial space shown in the mfmt-feat response is that required by the FEAT command.</t>
				<t>This string "MFMT" is not case sensitive, but SHOULD be transmitted in upper case. Where MFMT is not supported, the MFMT line MUST NOT be included in the FEAT response.</t>
				<section title="Example FEAT response">
					<figure>
						<artwork><![CDATA[
C> feat
S> 211- &lt;any descriptive text>
S>  ...
S>  MFMT
S>  ...
S> 211 end]]></artwork>
					</figure>
					<t>The ellipses indicate place holders where other features may be included, and are not required. The one space indentation of the feature lines is mandatory <xref target="RFC2389"/>. </t>
				</section>
			</section>
			<section title="MFMT Examples">
				<t>To modify the last modification time of a file called &quot;Fred.txt&quot; to July 17, 2002 21:07:15,</t>
				<figure>
					<artwork><![CDATA[
C> MFMT 20020717210715 Fred.txt
S> 213 Modify=20020717210715; Fred.txt]]></artwork>
				</figure>
			</section>
		</section>
		<section anchor="MFCT" title="Modify Fact: Creation Time (MFCT)">
			<t>The FTP command, MODIFY FACT: CREATION TIME (MFCT), is used to modify the creation time of an object in the NVFS.</t>
			<t>The ability to modify the creation time MAY also be achieved, if supported by the server-PI, by using the &quot;Create&quot; fact to the MFF command as detailed in <xref target="MFF"/>.</t>
			<t>If the client-PI wants to modify both the modification time and the creation time, it is RECOMMENDED that the MFF command, if supported by the server-PI, be used instead.</t>
			<!--
<t>Implementers of this command on UNIX(TM) systems should note that the unix "stat" "st_ctime" field does not give creation time, and that unix file systems do not record creation time at all. Unix (and POSIX) implementations will normally not support this command.</t>
-->
			<section title="Syntax">
				<t>The syntax of the MFCT command is:</t>
				<figure>
					<artwork><![CDATA[mfct = "MFCT" SP time-val SP pathname CRLF]]></artwork>
				</figure>
				<t>As with all FTP commands, the &quot;MFCT&quot; command label is interpreted in a case insensitive manner.</t>
				<t>The &quot;time-val&quot; specifies the creation time to be applied to the object.</t>
				<t>The &quot;pathname&quot; specifies an object in the NVFS.</t>
				<t>The server-PI MUST respond to the MFCT command with a 213 reply, or an error response if the object does not exist, the creation time could not be modified, or some other error has occurred.</t>
				<figure>
					<artwork><![CDATA[
mfct-response = "213" SP "Create=" time-val ";" SP pathname CRLF /
                 error-response]]></artwork>
				</figure>
				<t>The "time-val" in the response MUST be the modified creation time of the object. This value MAY not be the same as that requested due to constraints of the NVFS to store the creation time (for example, it may only have sufficient resolution to store the creation time to the nearest minute instead of to the thousandths of a second that "time-val" MAY be specified to). It is RECOMMENDED that the client-PI parse the 213 response to determine what the creation time was actually modified to by the server-PI.</t>
			</section>
			<section title="Error responses">
				<t>Where the command is correctly parsed, but the pathname identifies no existing object, then a 550 reply SHOULD be sent. Where the command can not be correctly parsed, a 500 or 501 reply SHOULD be sent. If the date or time specified is invalid (for example, February 29 in a non-leap year), then a 501 reply MUST be sent. Various 4xy replies are also possible in appropriate circumstances.</t>
			</section>
			<section title="FEAT response for MFCT">
				<t>Where a server-FTP process supports the MFCT command, as specified here, it MUST include the response to the FEAT command <xref target="RFC2389"/>:</t>
				<figure>
					<artwork><![CDATA[
mfct-feat = SP "MFCT" CRLF]]></artwork>
				</figure>
				<t>The initial space shown in the mfct-feat response is that required by the FEAT command.</t>
				<t>This string "MFCT" is not case sensitive, but SHOULD be transmitted in upper case. Where MFCT is not supported, the MFCT line MUST NOT be included in the FEAT response.</t>
				<section title="Example FEAT response">
					<figure>
						<artwork><![CDATA[
C> feat
S> 211- &lt;any descriptive text>
S>  ...
S>  MFCT
S>  ...
S> 211 end]]></artwork>
					</figure>
					<t>The ellipses indicate place holders where other features may be included, and are not required. The one space indentation of the feature lines is mandatory <xref target="RFC2389"/>. </t>
				</section>
			</section>
			<section title="MFCT Examples">
				<t>To modify the creation time of a file called &quot;Jim.txt&quot; in the current directory to July 17, 2002 21:22:30,</t>
				<figure>
					<artwork><![CDATA[
C> MFCT 20020717212230 Jim.txt
S> 213 Create=20020717212230; Jim.txt]]></artwork>
				</figure>
			</section>
		</section>
		<section anchor="MFF" title="Modify Fact: Facts (MFF)">
			<t>The FTP command, MODIFY FACT: FACTS (MFF), is used to modify one or more facts of an object in the NVFS. These facts are attributes such as creation time, last modification time, or operating system specific attributes such as access permissions.</t>
			<t>The MFF command is complimentary to the MLSx commands as detailed in <xref target="RFC3659"/>. The MLSx commands provides a standardized way of retrieving facts for objects in the NVFS; the MFF command aims to standardize modifying (or setting) the facts for the objects in the NVFS. The format of facts is identical to that specified in <xref target="RFC3659"/>.</t>
			<t>If the client-PI wants to modify only the modification time or only the creation time, it is RECOMMENDED that the MFCT (see <xref target="MFCT"/>) or MFMT (see <xref target="MFMT"/>) commands , if supported by the server-PI, be used respectively instead of the MFF command.</t>
			<t>It MAY be possible for a client to attempt to set the modification time prior to the creation time; this situation may be nonsensical, but it may be necessary, and it is RECOMMENDED that it not be considered an error by the server-PI. If necessary, the server-PI SHOULD prioritise modifying the modification time, even if that means automagically changing the modification time (due to NVFS restrictions).</t>
			<section title="Syntax">
				<t>The syntax of the MFF command is:</t>
				<figure>
					<artwork><![CDATA[
mff                = &quot;MFF&quot; [ mff-facts ] SP pathname CRLF
mff-facts          = 1*( mff-fact &quot;;&quot; )
mff-fact           = mff-standardfact / mff-osfact / mff-localfact
mff-standardfact   = mff-createtimefact / mff-modifytimefact 
mff-createtimefact = "Create" "=" time-val
mff-modifytimefact = "Modify" "=" time-val
mff-osfact         = &lt;IANA assigned OS name> "." token "=" *SCHAR
mff-localfact      = &quot;X.&quot; token "=" *SCHAR]]></artwork>
				</figure>
				<t>As with all FTP commands, the &quot;MFF&quot; command label is interpreted in a case insensitive manner.</t>
				<t>The &quot;mff-facts&quot; are a series of facts as keyword=value pairs each separated by a semi-colon (&quot;;&quot;) character. Fact keyword names are case-insensitive.</t>
				<t>The &quot;pathname&quot; specifies an object in the NVFS.</t>
				<t>The server-PI MUST respond to the MFF command with a 213 reply containing a list of the facts that MUST detail the values actually set for all the facts specified in the request (which MAY differ from that requested), or an error response.</t>
				<figure>
					<artwork><![CDATA[
mff-response = "213" SP 1*( mff-fact ";") SP pathname CRLF /
               error-response]]></artwork>
				</figure>
				<t>The order of the "mff-fact" keyword=value pairs returned in the response MAY be in any order.</t>
				<t>The "time-val" in the response MAY not be the same as that requested due to constraints of the NVFS to store such times (for example, it may only have sufficient resolution to store the last modification time to the nearest minute instead of to the thousandths of a second that "time-val" MAY be specified to).</t>
				<t>The error response MUST be returned if any of the following conditions happen:</t>
				<t>
					<list style="symbols">
						<t>The object does not exist.</t>
						<t>A fact could not be modified, for example due to insufficient access control permissions.</t>
						<t>An unknown fact was specified.</t>
					</list>
				</t>
				<t>When an error response is returned, the client-PI MUST make no assumptions about which, if any, facts have been modified. In other words, modifying facts is not an atomic operation. The client-PI can issue an MLST (if the server-PI supports the MLST command) to determine what attributes have, in fact, been modified.</t>
			</section>
			<section title="Standard facts">
				<t>This document defines the following standard facts for use by MFF:</t>
				<t>
					<list style="symbols">
						<t>Create</t>
						<t>Modify</t>
					</list>
				</t>
				<section title="Create fact">
					<t>The &quot;Create&quot; fact is used to modify the creation time of the object specified by "pathname".</t>
					<t>Note that this is the same fact that can be read using the MLST and MLSD commands in <xref target="RFC3659"/>, and is detailed in see section 7.5.4 of the aforementioned document.</t>
					<!-- 
<t>Implementers of this fact on UNIX(TM) systems should note that the unix "stat" "st_ctime" field does not give creation time, and that unix file systems do not record creation time at all. Unix (and POSIX) implementations will normally not support this fact. </t>
-->
				</section>
				<section title="Modify fact">
					<t>The &quot;Modify&quot; fact is used to modify the last modification time of the object specified by "pathname".</t>
					<t>Note that this is the same fact that can be read using the MLST and MLSD commands in <xref target="RFC3659"/>, and is detailed in see section 7.5.3 of the aforementioned document.</t>
				</section>
			</section>
			<section title="Operating System specific facts">
				<t>Facts that are specific to an operating system, or file system, SHOULD be specified by keywords that are prefixed by an IANA operating system name (<eref target="ftp://ftp.iana.org/assignments/operating-system-names"/>).</t>
				<t>Implementation Note: It is envisioned that the operating system specific facts will be identical to those used by the MLSx command as detailed in <xref target="RFC3659"/>; implementers can then use the same logic to process facts whether for MLSx or MFF.</t>
				<t>The specification of Operating Systems specific facts is explicitly outside the scope of this document. Such specifications SHOULD be documented elsewhere (that is, in an internet draft, RFC, etc.)</t>
				<section title="Example Operating System specific facts">
					<t>The following examples are only indicative of how it is anticipated that some Operating System specific facts could be implemented.</t>
					<figure>
						<artwork><![CDATA[
UNIX.mode             -- Unix file mode (in octal)
UNIX.owner            -- Unix owner (as a decimal Uid or a username)
UNIX.group            -- Unix group (as a decimal Gid or a groupname)
WINDOWS-NT.SIS.Author -- Windows NT,
                         Summary Information Stream, Author property]]></artwork>
					</figure>
				</section>
			</section>
			<section title="Local/Experimental &quot;X.&quot; facts">
				<t>Implementations may define keywords for experimental, or private, use. All such keywords MUST begin with the two character sequence &quot;X.&quot;. As fact names are case-insensitive, &quot;X.&quot; and &quot;x.&quot; are equivalent.</t>
			</section>
			<section title="Error responses">
				<t>Where the command is correctly parsed, but the pathname identifies no existing object, then a 550 reply SHOULD be sent. Where the command can not be correctly parsed, a 500 or 501 reply SHOULD be sent. If the date or time specified for a Create or Modify fact is invalid (for example, February 29 in a non-leap year), then a 501 reply MUST be sent. If an unknown fact is provided, a 504 reply SHOULD be sent, and it is RECOMMENDED that the 504 reply indicate the name(s) of the unknown fact(s). Various 4xy replies are also possible in appropriate circumstances.</t>
			</section>
			<section title="FEAT response for MFF">
				<t>Where a server-FTP process supports the MFF command, as specified here, it MUST include in the response to the FEAT command <xref target="RFC2389"/>, a feature line containing the string "MFF". This string is not case sensitive, but SHOULD be transmitted in upper case. As well as indicating MFF support, the MFF feature line indicates, as a semi-colon delimited list, which MFF facts are available for modification by the server-FTP process. Where MFF is not supported, the MFF line MUST NOT be included in the FEAT response.</t>
				<figure>
					<artwork><![CDATA[
mff-feat = SP "MFF" SP factlist CRLF
factlist = 1*( factname ";" )]]></artwork>
				</figure>
				<t>The initial space shown in the mff-feat response is that required by the FEAT command.</t>
				<section title="Example FEAT responses">
					<figure>
						<artwork><![CDATA[
C> feat
S> 211- &lt;any descriptive text>
S>  ...
S>  MFF Modify;
S>  ...
S> 211 end]]></artwork>
					</figure>
					<t>This server-FTP process indicates that it supports the MFF command, and only supports modification of the last modification time of an object in the NVFS.</t>
					<figure>
						<artwork><![CDATA[
C> feat
S> 211- &lt;any descriptive text>
S>  ...
S>  MFF Create;Modify;WINDOWS-NT.SIS.Author;
S>  ...
S> 211 end]]></artwork>
					</figure>
					<t>This server-FTP process indicates that it supports the MFF command, and supports modification of the creation time, last modification time, and an operating system specific fact called &quot;WINDOWS-NT.SIS.Author&quot; of an object in the NVFS. Note that the &quot;WINDOWS-NT.SIS.Author&quot; fact is an example of what could be possible - not what is possible; such a fact may exist, but its definition is outside the scope of this document.</t>
					<t>The ellipses indicate place holders where other features may be included, and are not required. The one space indentation of the feature lines is mandatory <xref target="RFC2389"/>. </t>
				</section>
			</section>
			<section title="MFF Examples">
				<t>Note that some of these examples refer to the UNIX.mode fact; whether such a fact exists or not is outside the scope of this document, and is used below only to show what could be possible and not what is possible.</t>
				<t>To modify the creation time of a file called &quot;Sheila.txt&quot; to July 17, 2002 21:22:30,</t>
				<figure>
					<artwork><![CDATA[
C> MFF Create=20020717212230; Sheila.txt
S> 213 Create=20020717212230; Sheila.txt]]></artwork>
				</figure>
				<t>Note that the above could also be achieved using the MFCT command, thus:</t>
				<figure>
					<artwork><![CDATA[
C> MFCT 20020717212230 Sheila.txt
S> 213 Create=20020717212230; Sheila.txt]]></artwork>
				</figure>
				<t>To modify the permissions on a Unix-based NVFS for the file called &quot;Bob.txt&quot; to (octal) 777,</t>
				<figure>
					<artwork><![CDATA[
C> MFF UNIX.mode=777; Bob.txt
S> 213 UNIX.mode=777; Bob.txt]]></artwork>
				</figure>
				<t>To modify the permissions on a Unix-based NVFS for the file called &quot;Fred.txt&quot; to (octal) 777, and the creation time to July 18, 2002 01:28:45,</t>
				<figure>
					<artwork><![CDATA[
C> MFF UNIX.mode=777;Create=20020718012845; Fred.txt
S> 213 Create=20020718012845;UNIX.mode=777; Fred.txt]]></artwork>
				</figure>
				<t>If the same request was made to a server-FTP process that does not support the UNIX.mode fact,</t>
				<figure>
					<artwork><![CDATA[
C> MFF UNIX.mode=777;Create=20020718012845; Fred.txt
S> 504 Parameter Not Implemented (UNIX.mode)]]></artwork>
				</figure>
				<t>The creation time may or may not have been modified by the server-PI before the server-PI determined that the UNIX.mode fact was not implemented.</t>
			</section>
		</section>
		<section title="IANA Considerations">
			<t>This specification makes use of some lists of values currently maintained by the IANA. It does not add any values to any existing registries.</t>
			<section title="The OS Specific fact registry">
				<t>The MFF command reuses the OS Specific fact registry that is used by the MLSx commands as detailed in <xref target="RFC3659"/></t>
				<t>The OS names for the OS portion of the fact name must be taken from the IANA's list of registered OS names. To add a fact name to this OS specific registry of OS specific facts, an applicant must send to the IANA a request, in which is specified the OS name, the OS specific fact name, a definition of the syntax of the fact value, which must conform to the syntax of a token as given in this document, and a specification of the semantics to be associated with the particular fact and its values. Upon receipt of such an application, and if the combination of OS name and OS specific fact name has not been previously defined, the IANA will add the specification to the registry. </t>
				<t>Any examples of OS specific facts found in this document are to be treated as examples of possible OS specific facts, and do not form a part of the IANA's registry merely because of being included in this document. </t>
			</section>
		</section>
		<section title="Security Considerations">
			<t>No significant security issues, not already present in the FTP protocol, are believed to have been created by this extension.</t>
			<t>A general discussion of issues related to the security of FTP can be found in <xref target="RFC2577"/>.</t>
		</section>
	</middle>
	<back>
		<references title="Normative References">
			<reference anchor="RFC0959">
				<front>
					<title abbrev="File Transfer Protocol">File Transfer Protocol</title>
					<author initials="J." surname="Postel" fullname="J. Postel">
						<organization>Information Sciences Institute (ISI)</organization>
					</author>
					<author initials="J." surname="Reynolds" fullname="J. Reynolds">
						<organization/>
					</author>
					<date month="October" year="1985"/>
				</front>
				<seriesInfo name="STD" value="9"/>
				<seriesInfo name="RFC" value="959"/>
				<format type="TXT" octets="151249" target="ftp://ftp.isi.edu/in-notes/rfc959.txt"/>
			</reference>
			<reference anchor="RFC2119">
				<front>
					<title abbrev="RFC Key Words">Key words for use in RFCs to Indicate Requirement Levels</title>
					<author initials="S." surname="Bradner" fullname="Scott Bradner">
						<organization>Harvard University</organization>
					</author>
					<date month="March" year="1997"/>
				</front>
				<seriesInfo name="BCP" value="14"/>
				<seriesInfo name="RFC" value="2119"/>
				<format type="TXT" octets="4723" target="ftp://ftp.isi.edu/in-notes/rfc2119.txt"/>
				<format type="HTML" octets="15902" target="http://xml.resource.org/public/rfc/html/rfc2119.html"/>
				<format type="XML" octets="5647" target="http://xml.resource.org/public/rfc/xml/rfc2119.xml"/>
			</reference>
			<reference anchor="RFC2234">
				<front>
					<title abbrev="ABNF for Syntax Specifications">Augmented BNF for Syntax Specifications: ABNF</title>
					<author initials="D.H." surname="Crocker" fullname="David H. Crocker">
						<organization>Internet Mail Consortium</organization>
					</author>
					<date month="November" year="1997"/>
				</front>
				<seriesInfo name="RFC" value="2234"/>
				<format type="TXT" octets="24265" target="ftp://ftp.isi.edu/in-notes/rfc2234.txt"/>
			</reference>
			<reference anchor="RFC2389">
				<front>
					<title abbrev="Feature negotiation mechanism">Feature negotiation mechanism for the File Transfer Protocol</title>
					<author initials="P." surname="Hethmon" fullname="Paul Hethmon">
						<organization>Hethmon Brothers</organization>
					</author>
					<date month="August" year="1998"/>
				</front>
				<seriesInfo name="RFC" value="2389"/>
				<format type="TXT" octets="18536" target="ftp://ftp.isi.edu/in-notes/rfc2389.txt"/>
				<format type="HTML" octets="30752" target="http://xml.resource.org/public/rfc/html/rfc2389.html"/>
				<format type="XML" octets="17755" target="http://xml.resource.org/public/rfc/xml/rfc2389.xml"/>
			</reference>
			<reference anchor="RFC3659">
				<front>
					<title>Extensions to FTP</title>
					<author initials="P." surname="Hethmon" fullname="P. Hethmon">
						<organization/>
					</author>
					<date year="2007" month="March"/>
					<abstract>
						<t>This document specifies new FTP commands to obtain listings of remote directories in a defined format, and to permit restarts of interrupted data transfers in STREAM mode. It allows character sets other than US-ASCII, and also defines an optional virtual file storage structure. [STANDARDS TRACK]</t>
					</abstract>
				</front>
				<seriesInfo name="RFC" value="3659"/>
				<format type="TXT" octets="137962" target="ftp://ftp.isi.edu/in-notes/rfc3659.txt"/>
			</reference>
		</references>
		<references title="Informative References">
			<reference anchor="RFC2577">
				<front>
					<title>FTP Security Considerations</title>
					<author initials="M." surname="Allman" fullname="Mark Allman">
						<organization>NASA Glenn Research Center/Sterling Software</organization>
					</author>
					<author initials="S." surname="Ostermann" fullname="Shawn Ostermann">
						<organization>Ohio University, School of Electrical Engineering and Computer Science</organization>
					</author>
					<date month="May" year="1999"/>
				</front>
				<seriesInfo name="RFC" value="2577"/>
			</reference>
		</references>
		<section title="Acknowledgements">
			<t>Thank you to the authors and editors of <xref target="RFC3659"/> for the facts in their MLSx command which have been hijacked (in the nicest possible way) by the MFF command herein.</t>
			<t>A big thanks to <eref target="http://xml.resource.org">xml2rfc</eref> which greatly aided in the production of this document.</t>
			<t>Many thanks to all who commented on drafts of this document and helped clarify and improve it, and an even bigger thanks to those who have implemented or who intend to implement the FTP commands presented in this document.</t>
		</section>
	</back>
</rfc>
