3
If I hire a host to host my Java application I can transfer files by ftp
? for this application of mine to read these files?
I have a desktop application that sits on the server that generates a file .xml
every 1 hour and I have a web application that reads these files. But as company security standards I can not make direct connection between the web system and the server, I was told that a safer way to perform this process is to pass these files .xml
by ftp so that the web system can read them. This is possible?
FTP would not be a good choice for security issues, the ideal would be then SFTP or even better if it is SCP. Also not understood the application is Desktop but runs on the server, as it would?
– Delfino