Monitoring folder for incoming files
This is not moving files to a FTP site nor is it folder synchronization. The basic function needed is for your software to monitor only one folder, and upon the arrival of new files to the "monitored" folder it would then move the files, and after which it should delete the files from the "monitored" folder.
Tech Support
as follows.
1) Filemonitor task
task title = filemon
select option to run task if file date is older than 10 minutes.. this
ensures that you do not copy and delete partial files that may be in the
process of being moved to the folder (if files are big).
task to run field = none
2) Copy task
Filename field = $%filemon::Filenames%$
3) Delete task
Filename field = $%filemon::Filenames%$
4) Chain Task
Step 1 = Filemonitor task
Select option : If exit code > -1 , go to step 100 (exit chain)
(if files are found, exit code = -100, else exit code >= 0)
Step 2 = Copy task
Select option : if exit code > 0, go to step 100 (exit chain, some error
occurred)
step 3 = delete task
As always, it is a pleasure doing business with you. We are very happy with the capabilities of the new version of Automize and are looking forward with moving ahead with our first production system based on this software. –Automize Enterprise User
Thanks for your timely response. You make a great product, and we're integrating it more and more into our daily production activities. I will try out these FTP suggestions as you've outlined. –JaSFTP User
Just wanted to compliment you folks on a great product. your product is working flawlessly! I'll definitely be purchasing it, and telling every other "IT type" I know about it! Thanks so much. –Automize User
Your program was exactly what I was looking for...you have all the features that I require; all in one program!!–AbleFTP user