Question Krishnaveni Kapu · Sep 13, 2024

..AppendTimestamp in FTP

..AppendTimestamp in FTP

what are the different values that can be passed to ..AppendTimestamp in FTP ?
Can we pass dynamic values to it ? if so how can we do that ?

Comments

Jeffrey Drumm · Sep 13, 2024

Any of the tokens supported by the method FormatDateTime() in class Ens.Util.Time can be used to generate a dynamic value for the archive filename; the default of 1 uses the pattern %f_%Q, where %f is the original filename and %Q is the current time in ODBC format.

0