Re: [PHP] using tar to untar a file into a certain dir... In php of course

2001-02-16 Thread Brian Drexler
day, February 16, 2001 7:10 PM Subject: RE: [PHP] using tar to untar a file into a certain dir... In php of course > Hello, > > I can't seem to get cd to work while using system I even use the whole > root path. > > Anyone got any ideas? > > Thank you, > &g

RE: [PHP] using tar to untar a file into a certain dir... In php of course

2001-02-16 Thread Brandon Orther
s.com -Original Message- From: Javier Muniz [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 2:48 PM To: 'DanO'; Brandon Orther; PHP User Group Subject: RE: [PHP] using tar to untar a file into a certain dir... In php of course Don&#x

RE: [PHP] using tar to untar a file into a certain dir... In php of course

2001-02-16 Thread Javier Muniz
From: DanO [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 2:34 PM To: Brandon Orther; PHP User Group Subject: RE: [PHP] using tar to untar a file into a certain dir... In php of course good point. i should think before i post. here is another go: i can't test this as

RE: [PHP] using tar to untar a file into a certain dir... In php of course

2001-02-16 Thread DanO
ar to untar a file into a certain dir... In php of course That just untars it into the current dir the php script is in. -Original Message- From: DanO [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 1:58 PM To: PHP User Group Subject: RE: [PHP] using tar to untar a file i

RE: [PHP] using tar to untar a file into a certain dir... In php of course

2001-02-16 Thread DanO
have you tried: mv mytar.tar /my/path/to/dir/; tar -xpf /my/path/to/dir/mytar.tar this should work, but there may be a more direct unix-y way to do it. DanO -Original Message- From: Brandon Orther [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 1:49 PM To: