If I hire a host to host my Java application can I transfer files by ftp
? so that my application will read these files?
I have a desktop application that stays on the server that generates a .xml
file every 1 hour and I have a web application that reads these files. However as a company security rules I can not make a direct connection between the web system and the server, I was told that a safer way to do this is to pass these files .xml
to ftp so that the web system can read them. Is this possible?