Hello,
When a script started as shown below, the “modified time/dates” of the files inside the directory changes as the time/date of “Starting ftp transfer” Accordingly this sutiation times/dates at host seems like all recived in same moment.
Could you please help me to fix this problem ?
Thanks in advance.
#include <File.au3>
#include <FTPEx.au3>;
FileFindFirstFile("c:\qmc\senddata\qmc_cmm\*.*" )
If not @error = 1 Then
Local $putCMM = _FTP_DirPutContents ($Conn, "c:\qmc\senddata\qmc_cmm", '/DataSmithJr/Result/Assembly/CMM',1)
If $putCMM = 0 Then
exit
EndIf
EndIf