View Single Post
  #4 (permalink)  
Old 06-08-2007, 10:41 AM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 522
Default

Hello Matt,

In that case, would the following work?

You can download the files in the temporary folder & then you can compare these downloaded files with the files in the local folder. If those files do not exist, then it will copy in that local folder. Once this copy process is over, you can delete downloaded files.

The text format of the task will look like as follows:

FTP: Connect "tethyssolutions.com"
FTP: Get All Remote Files in Folder "temp" with criteria "*.*"
Start Loop “Each File in c:\temp"
If File Does Not Exists ("d:\folder\$FileName$.$Extension$") Then
Copy Files "c:\temp\$FileName$.$Extension$" to "d:\folder\$FileName$.$Extension$"
End If
End Loop
Delete Files "c:\temp"
Reply With Quote