Markopg wrote:
> I have copy from .sh with commands
>
> Help me plz
>
> Mark
--
Set up SSH and use 'scp'.
The syntax is 'scp [[user@]host1:]file1 [user@]host2:]file2'
In order for this to work in a script, you'll have to set up passphrases
with NULL values. See the "plaintext" paragraph here for more info:
http://www.snailbook.com/faq/no-passphrase.auto.html
MJ