J'ai reçu un énorme fichier .tar.gz d'un client contenant environ 800 Mo de fichiers image (lorsqu'il est décompressé). Le ftp de notre société d'hébergement est très lent, donc il faut extraire tous les fichiers localement et les envoyer via ftp isn ' t pratique. J'ai été capable de transférer le fichier .tar.gz sur notre site d’hébergement, mais lorsque je me connecte à mon répertoire et que j'essaie de décompresser, cela me donne cette erreur:
[[email protected] 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.
Quelle commande dois-je utiliser pour extraire tous les fichiers d’un fichier .tar.gz?