Thread
:
ftp commands quick question
View Single Post
07-08-2004, 03:29 PM
s9ann0
Confirmed User
Join Date: Sep 2001
Location: Boston
Posts: 4,873
tar -cf directory.tar directory
in php
PHP Code:
system
(
"tar -cf ./directory.tar ./directory &"
);
s9ann0
View Public Profile
Find More Posts by s9ann0