Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Page 1 of 2 12 LastLast
Results 1 to 15 of 30

This is a discussion on How to open .zip or .tar files on the server side with plesk based vps in the VPS & Dedicated forum
Ok first of all i`d like to thank jaguarpc for their support and simply the best service. Plesk does not include an option to unzip ...

  1. #1
    JPC Member st1905's Avatar
    Join Date
    Jul 2007
    Posts
    34

    How to open .zip or .tar files on the server side with plesk based vps

    Ok first of all i`d like to thank jaguarpc for their support and simply the best service.

    Plesk does not include an option to unzip tar or zip files on the server side which is not good for webmasters who has so many files to upload.

    So what can you do?

    Very simple indeed

    go here http://www.net2ftp.com/index.php fill the ftp information then you are ready to extract zip or tar files on the server side.


    Second option(My way and it is extremely secure)


    Download the attached file

    Upload the contents of file to a directory on your server (Make a directory that is hard to guess and forbid the access by robots.txt to search engines)

    Go to http://yourdomain.tld/directory/

    It`ll ask for a username and password for the first time.(You have to chmod 777 pass.php before you do this, after you set your password then chmod 644 pass.php)

    now you are ready to extract files on the server side.
    Attached Files Attached Files

  2. #2
    JPC Member
    Join Date
    Jul 2007
    Posts
    29
    Wow, that seems like a lot of work. I know that not everyone is a command line junkie, but it's really easy to SSH in and zip or unzip the file.

    Using the command line is just like any other skill. The more you use it, the more comfortable you get with it.

  3. #3
    JPC Member st1905's Avatar
    Join Date
    Jul 2007
    Posts
    34
    Quote Originally Posted by joshb View Post
    Wow, that seems like a lot of work. I know that not everyone is a command line junkie, but it's really easy to SSH in and zip or unzip the file.

    Using the command line is just like any other skill. The more you use it, the more comfortable you get with it.
    People dont like command line usually and in fact it is a very little work

  4. #4

  5. #5
    JPC Member st1905's Avatar
    Join Date
    Jul 2007
    Posts
    34
    Quote Originally Posted by thisisit3 View Post
    doesn't get any easier than: "unzip file.zip"
    You have to go to ssh, thats to much work )))

  6. #6

  7. #7
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    Quote Originally Posted by thisisit3 View Post
    You mean that you don't keep an ssh window open 24/7???
    Heh!

    I thought I was the only one that did that!

    I send null SSH packets every 30 seconds to keep the connection alive...
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  8. #8
    Loyal Client thisisit3's Avatar
    Join Date
    Mar 2007
    Posts
    642
    i do the same here


    if YOU want to be c00l and L33t like us, then edit your ssh configuration and add:

    Code:
    ServerAliveInterval 30

  9. #9
    JPC Member st1905's Avatar
    Join Date
    Jul 2007
    Posts
    34
    Quote Originally Posted by thisisit3 View Post
    i do the same here


    if YOU want to be c00l and L33t like us, then edit your ssh configuration and add:

    Code:
    ServerAliveInterval 30

    I better learn more information about remote management since i`m not really good at these things

  10. #10
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    Quote Originally Posted by Vin DSL View Post
    Heh!

    I thought I was the only one that did that!

    I send null SSH packets every 30 seconds to keep the connection alive...
    You mean there's a reason to log out of SSH? I usually have three or four sessions open at a time. On to JPC, one to my dev server, one to my work web server, etc., etc.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  11. #11
    Loyal Client thisisit3's Avatar
    Join Date
    Mar 2007
    Posts
    642
    i'm thinking of building a console tool to monitor various aspects of the server and display them in a nifty way inside the ssh window.

    like: 10 last IP's accessing the server, 5 last /var/log/message lines, memory/cpu/etc usage, exim status, apache status, last pop3/imap access user, cpanel logins, etc...

    everything related to the hosting server and stats from the hosting control panel.

  12. #12
    JPC Member
    Join Date
    Jul 2007
    Posts
    29
    Quote Originally Posted by thisisit3 View Post
    i'm thinking of building a console tool to monitor various aspects of the server and display them in a nifty way inside the ssh window.

    like: 10 last IP's accessing the server, 5 last /var/log/message lines, memory/cpu/etc usage, exim status, apache status, last pop3/imap access user, cpanel logins, etc...

    everything related to the hosting server and stats from the hosting control panel.
    That would be very handy. I'd definitely use it.

  13. #13
    JPC Member
    Join Date
    Jul 2007
    Posts
    29

    Easiest and n00b-friendliest option yet

    I just realized that my SFTP tool of choice on Windows, WinSCP, will do remote tar/gzip and untar/gzip. It really doesn't get any easier than this. Just upload the .tar.gz file, right click on it, select Custom Commands -> Untar/GZip, and you're all set.

    Granted, it doesn't do zipping/unzipping of regular .zip files, but it also allows you to execute remote commands. As thisisit3 remarked earlier, the command is just 'unzip file.zip'.

    For anyone reading this who doesn't already know and love SFTP, it's FTP over an SSH connection. A GUI client will handle the SSH stuff in the background for you, so it just looks like a normal FTP program. However, it's secure, unlike FTP which sends your username/password in cleartext.

    Find it at http://winscp.net.

  14. #14
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    WinSCP WILL do .(un)ZIP .(un)BZ2 et cetera in a console window too, if you setup the custom commands for them.

    The only problem running though the console is WinSCP will timeout if you're, say, ZIPing your whole website. For stuff like that, use a PuTTY CLI window (built-in)...
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  15. #15
    Ron
    Ron is offline
    Loyal Client
    Join Date
    Aug 2002
    Posts
    7,312
    Anyone here using X11?

    Does anyone still use it?
    Good luck

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •