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!
|
feedback
|
|
You can script Windows command-line FTP and put it in a batch/cmd file. See here and here for detailed instructions. | |||
|
feedback
|
|
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:
| |||
feedback
|
