vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Markopg wrote: > I have copy from .sh with commands > > Help me plz > > Mark tar and then untar them? ftp the tar files? also cpio basically, any platform independant utility if it's a new unix, rar (unrar) works very well too |
| |||
| pheonix1t <pheonix1tAThoustonDOTrrDOTcom@com.com> wrote in message news:<NQ%4e.8492$c76.3416@newssvr11.news.prodigy.c om>... > Markopg wrote: > > > I have copy from .sh with commands > > > > Help me plz > > > > Mark > tar and then untar them? ftp the tar files? > also cpio > basically, any platform independant utility > > if it's a new unix, rar (unrar) works very well too how about setting up an nfs share on linux, then mount a drive 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 |