Expand tar.gz via FTP

Out of context: Reply #2

  • Started
  • Last post
  • 2 Responses
  • randoman0

    you cant do it via ftp, you will need to execute a command on your servers shell.

    You don't need to be root to do this, but do need access to your server via telnet or SSH to execute an unpacking program such as gzip.

    If they refuse to give you access, you could possibly write a php script that sends a system command to unzip it... this is provided your system has gzip or similar (which it should). In that case something similar to this:

View thread