The feature that allows the client to set the date/time for a file uploaded to an FTP 
server is support for the MDTM command on the FTP server side.  This is an internal 
command for the protocol (like STOR, RETR, etc.) that is a proposed, but as yet 
unaccepted standard.  Without the MDTM command, the server sets the date/time for an 
uploaded file to the time on the server.  By running a trace, you should see that the 
WS_FTP client sends the MDTM command to the server.  I think you will see that IIS 
returns an error for the MDTM command (which is not considered a serious problem by 
WS_FTP client).

I **believe** IIS includes an MDTM command but it does not adhere to the proposed 
standard.  I may have stated this point incorrectly, so please check further.

The WS_FTP server supports MDTM, and will set the date/time correctly (down to the 
seconds).  However, the ftpsync program only compares date/times down to the minute, 
and this can lead to errors in file synchronization.

> -----Original Message-----
> From: amar [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 20, 2003 5:39 AM
> To: [EMAIL PROTECTED]
> Subject: [WS_FTP Forum] 
> 
> 
> 
> Hi All,
> 
> I am using WSFTP pro 7.6 for file synchronization. I have IIS 
> 4 ftp server.
> When I upload files the time stamp is not preserved. I have 
> checked the
> preserve file stamp
> in WSFTP site configuration.
> Can any body tell me whether IIS 4 or IIS 5 supports this feature ?
> 
> Many thanks in advance for your help
> 
> Regards
> Amar
> 
> *********************************************************
> Disclaimer
> 
> This message (including any attachments) contains 
> confidential information intended for a specific 
> individual and purpose, and is protected by law. 
> If you are not the intended recipient, you should 
> delete this message and are hereby notified that 
> any disclosure, copying, or distribution of this
> message, or the taking of any action based on it, 
> is strictly prohibited.
> 
> *********************************************************
> 
> Visit us at http://www.mahindrabt.com
> 
> 
> 
> 
> Please visit 
> http://www.ipswitch.com/support/mailing-lists.html to be 
> removed from this list.
> 

Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from 
this list.

Reply via email to