If you're interested in functional programming, you might also want to checkout my second blog which i'm actively working on!!

Monday, September 13, 2010

Copying files between 2 servers

In case you can't use FTP (FileZilla) or WinSCP, you might have to copy files from the command line.

Here's a little example which copies myapplication.war from the folder home/user1/deployment on myserver1.com to the folder /appl/tomcat/webapps on the machine where you are logged in.

No comments:

Post a Comment