Batch File to do a scheduled ftp upload
Posted: 12 Aug 2009 09:59
I need to do a daily upload of a couple of files.
I have a batch file that creates 2 files each day, and puts them into a folder called export. The file also deletes any files that are there from the previous day. The files are named with todays date in them, so for example todays files are:
zv056bib20090812 and zv056pat20090812.txt
on the server the files need to go into the directory \home\zv056.
The server does require ssl connection. Do you think this is possible?
Thanks
Kevin
I have a batch file that creates 2 files each day, and puts them into a folder called export. The file also deletes any files that are there from the previous day. The files are named with todays date in them, so for example todays files are:
zv056bib20090812 and zv056pat20090812.txt
on the server the files need to go into the directory \home\zv056.
The server does require ssl connection. Do you think this is possible?
Thanks
Kevin