Maintains the original date/time of files received. This utilises the MDTM command which returns gmt YYYYMMDDHHMMSS format.
Syntax
#include <ftpapi.h> BOOL Keep_File_Date( localfile, remotefile,) char *localfile; char *remotefile;
Parameters
localfile
Return Values
The value TRUE indicates Success, Value FALSE indicates failure implying that the original date/time could not be maintained.