What are some good ways to move file from a development site on a linux server to another linux server (which would be production). I will be working from a Vista system. Basically, I'd like to just doubleclick a batch file or something along those lines to initiate the copy. Thanks!
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
You can script Windows command-line FTP and put it in a batch/cmd file. See here and here for detailed instructions. |
|||
|
|
|
from the dev server:
set up ssh public keys and it will copy without a password. many linux distros have a script ssh-copy-id which automates this:
|
|||
|