Hi there,
I need to run a process whereby a list of variable filenames (generated at a webserver) is downloaded via a scheduled process to a different pc. There is some processing of the data in these files, and some information stored in a file then needs to be
uploaded back to the webserver - on the results basically. This cannot be done at the webserver end - I have to do this processing external to the webserver.....
As my web app is hosted by an ISP there are restrictions on what I can do at the web end - I cannot access and manipulate IIS.
My question - what is the best secure way to transfer the files to and from the Webserver?
Currently the website is protected with a security cert so is compulsory https... I have heard that FTP is not secure?
The information I will be exchanging in these files is sensitive and needs to be protected. The files are xml format - so ...
Go to the complete details ...