I would also create a log file to be saved in the local folder with all the operations performed by the script, pretty much what you see in the dos window with the name like 19-11-2012 (PC today's date)
can someone help me please?
Search found 4 matches
- 19 Nov 2012 13:02
- Forum: DOS Batch Forum
- Topic: FTP - Upload Only New Files - More file extensions
- Replies: 10
- Views: 5934
- 19 Nov 2012 09:48
- Forum: DOS Batch Forum
- Topic: FTP - Upload Only New Files - More file extensions
- Replies: 10
- Views: 5934
Re: FTP - Upload Only New Files - More file extensions
Yes I know....but not creation date....maybe... It is possible to check the last modified date of the file?
There must be a solution to this...
There must be a solution to this...
- 19 Nov 2012 08:35
- Forum: DOS Batch Forum
- Topic: FTP - Upload Only New Files - More file extensions
- Replies: 10
- Views: 5934
Re: FTP - Upload Only New Files - More file extensions
Great...thank you
Another important thing...
the scipt check if there are any new files to upload ... ok
I would like to check last modified date of the files in the local folder and replace files in the remote folder if they are older
Thanks in advance
Another important thing...
the scipt check if there are any new files to upload ... ok
I would like to check last modified date of the files in the local folder and replace files in the remote folder if they are older
Thanks in advance
- 19 Nov 2012 05:58
- Forum: DOS Batch Forum
- Topic: FTP - Upload Only New Files - More file extensions
- Replies: 10
- Views: 5934
FTP - Upload Only New Files - More file extensions
Hi all, I am using Upload Only New Files script http://www.dostips.com/DtCodeBatchFiles.php#Batch.FtpBatchUploadOnlyNewFiles ... I need to upload multiple file types...example .txt .jpg .doc how can I define this rule in the filter... Set FindStrArgs=/E /C:".txt" ? Thanks in advance