View Single Post

   
  #4 (permalink)  
Old 02-15-2008, 04:53 PM
MJ
 
Posts: n/a
Default Re: How copy files & directory's from Unix to Linux?

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
Reply With Quote