We have an application that stores files on a file server in our LAN. Now, they want a web application to make the files available on our public web server (in the DMZ). What's the best method for accessing those files from the web application?
The options I've considered are:
- FTP from the DMZ to the LAN server. (cheapest and easiest)
- A second file server in the DMZ and the files are pushed to it from the LAN. (Better performance and security, but also more money)