|
||||
| ||||
|
|
#1 |
|
Hall Of Famer
Join Date: Jun 2003
Location: Spokane WA
Posts: 2,117
|
Unzip Script?
Does anyone have a simple Unix/Linux script that will allow me to unzip a file containing the OOTP reports on my host without having to log in via the shell? Or, more to the point, how do other commishes take care of this?
![]() I have shell access to my host, but I'm giving some of the sim duties to someone else in my league and since I have a lot of personal stuff on that site also, I'd rather not hand out that password if I can avoid it.
__________________
Jeff Watson Former dynasty writer and online league player, now mostly retired |
|
|
|
|
|
#2 |
|
Hall Of Famer
Join Date: Dec 2001
Location: Union City, TN
Posts: 6,383
|
I used to have a program called Putty, but now I have shell access on my sites, so I don't need it anymore.
I think I deleted it, but try a search for that. |
|
|
|
|
|
#4 |
|
Hall Of Famer
Join Date: Aug 2004
Posts: 11,660
|
if your host supports PHP:
HTML Code:
<? system("unzip -o filename.zip") ?>
__________________
PT21 ![]() ![]() PT22 ![]()
|
|
|
|
|
|
#5 | |
|
Hall Of Famer
Join Date: Jun 2003
Location: Spokane WA
Posts: 2,117
|
Quote:
__________________
Jeff Watson Former dynasty writer and online league player, now mostly retired |
|
|
|
|
|
|
#6 | |
|
Hall Of Famer
Join Date: Aug 2004
Posts: 11,660
|
Quote:
__________________
PT21 ![]() ![]() PT22 ![]()
|
|
|
|
|
![]() |
| Bookmarks |
|
|