Transfer all new or newly modified files in the last x minutes
Hi,
I want to upload recently modified/created files to my web server via FTP.
I have tried using the command below in a script:
Some files are transferred, some are not. This missed files that were modified in the last 60 minutes.
However, if I put the app into
I can't really understand what I am doing wrong when I try to upload manually using a script. The log does not indicate anything and seems to exclude files that were in fact modified. I have attached a modified log file.
Can you please advise what I might be doing wrong.
Thanks!
I want to upload recently modified/created files to my web server via FTP.
I have tried using the command below in a script:
put -resume -preservetime -filemask=>60N "C:\source\*.*" "/destination/"
However, if I put the app into
keepuptodate
mode, all modified files are uploaded.
I can't really understand what I am doing wrong when I try to upload manually using a script. The log does not indicate anything and seems to exclude files that were in fact modified. I have attached a modified log file.
Can you please advise what I might be doing wrong.
Thanks!