Recebi um arquivo .tar.gz enorme de um cliente que contém cerca de 800 mb de arquivos de imagem (quando descompactados). O ftp da nossa empresa de hospedagem é muito lento, então extrair todos os arquivos localmente e enviá-los via ftp não é prático. Eu consegui ftp o arquivo .tar.gz para o nosso site de hospedagem, mas quando eu ssh no meu diretório e tento usar unzip, ele me dá este erro:
[esthers@clients locations]$ unzip community_images.tar.gz
Archive: community_images.tar.gz
End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive.
note: community_images.tar.gz may be a plain executable, not an archive
unzip: cannot find zipfile directory in one of community_images.tar.gz or community_images.tar.gz.zip, and cannot find community_images.tar.gz.ZIP, period.
Que comando preciso usar para extrair todos os arquivos em um arquivo .tar.gz?