Ant: Using Secure Copy (scp) to Copy Files to Servers
Saturday, February 3rd, 2007During my Java class, we have 2 different deployment machines: one for the MySQL server and another for the web server.
Since the remote server is not configured to accept any ftp connections, I am forced to use scp. It’s a pain to manually scp my file manually to the web server, so I did a bit of research and found a good way to securely copy my file (to the web server).