This is a discussion on This does not look like a TAR archive within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; Following on from my probels using Dreamweaver to ftp my new site I decided to try using tar in ssh. ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Following on from my probels using Dreamweaver to ftp my new site I decided to try using tar in ssh. I've ftp'd the file oscmax_2_RC2.tar and used the following command: Code: tar -xf oscmax_2_RC2.tar Code: this does look like a tar archive skipping to next header archive contains obsolescent base-64 headers read 3531 bytes from oscmax_2_RC2.tar error exit delayed from previous errors |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| It is also gzipped so you need to use the -z switch when extracting... Read the tar man file... The oscmax tarball is: oscmax_2_RC2.tar.gz So to extract: tar -zxf oscmax_2_RC2.tar.gz
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| Thanks |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Old Forum Archive problem | jaybc | osCommerce 2.2 Modification Help | 2 | 05-14-2004 01:52 AM |