We're working to "automise" a very sensitive setup which means that we are testing if we can use Automise to download file(s) from a FTP and make sure, that it got the whole file! There simply cannot be any incomplete files and this is where the question comes in.
If we say download a 100 MB file and after 50 MB the connection to the internet is lost. Then Automise actually keeps running the process forever, there is no timeout option for FTP. When the internet connection is back, nothing happens if it was lost for too long.
This will create a incomplete file and I'm starting to wonder if it's possible with Automise to make this work. I also thought about having an outer action like say something like Try with a timeout, but haven't found anything usefull yet.
My last option is kinda to create the Automise project as a Scheduled Task and in Windows set a timeout if it runs for too long. Then when it starts again it's possible to make a resume or even safer overwrite of the files that exist. It's not pretty, but it might work... unless I've missed something?