Anyone have a good understand of windows/ms batch files?
I have an old piece of Windows software that has a built in ftp scripting option on a scheduler. Unfortunately it won't work anymore because most hosts provide a secure ftp environment these days which it can't cope with!!
The software does everything I need, it dumps the created images in a folder locally on my c: drive but obviously without ftp working it won't upload them to the host via ftp.
Does anyone know how to write a windows batch file that will ftp all the images (wild card??) in the local folder to a designated folder within my hosting environment.
I can schedule the batch file every hour through windows, thus achieving what the software used to do.
Hope this makes some sense!!!