How to securely transfer
Posted
by michaeltk
on Stack Overflow
See other posts from Stack Overflow
or by michaeltk
Published on 2010-04-09T19:15:18Z
Indexed on
2010/04/09
19:33 UTC
Read the original article
Hit count: 281
I have two servers -- a backend server, and a frontend server. Every night, the backend server generates static .html files, which are then compressed into .tar format.
I need to write a script that resides on the backend server that will transfer the .tar file to the frontend server, and then decompress that .tar file into to the public web directory of the frontend server.
What is the standard, secure way to do this?
Thanks in advance.
© Stack Overflow or respective owner