• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

WinSCP a rozpakowywanie WinRAR

Reins

Member
Joined
Apr 9, 2009
Messages
586
Reaction score
8
Kiedyś próbowałem rozpakować plik winRAR na serwerze, ale nie dałem rady. Ostatnio dowiedziałem się że można, ale mam mały problem. (

Np w tym "poradniku" Click piszę że jest opcja unzip w WinSCP, ale takowej nie mogę znaleźć. Próbowałem także z tworzeniem własnego polecenia
unzip "!"
także nie działa występuje błąd
Code:
Polecenie 'unzip "forgotten.otbm.gz"'
zawiodło zwracając kod wyniku 127 oraz komunikat błędu
-bash: line 8: unzip: command not found.
.

W putty tym bardziej komenda też nie działa

Code:
unzip -ou mojplik.zip -d ./

Ma ktoś jakiś inny sposób? Może mam starą wersję? Możliwe?
 
Code:
-bash: line 8: unzip: command not found.

Zainstaluj [highlight]unzipa[/highlight]?
 
Last edited:
Poszło, ale teraz

Code:
Polecenie 'unzip "forgotten.otbm.gz"'
zawiodło zwracając kod wyniku 9 oraz komunikat błędu
  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.
unzip:  cannot find zipfile directory in one of forgotten.otbm.gz or
        forgotten.otbm.gz.zip, and cannot find forgotten.otbm.gz.ZIP, period..

;/
 
Last edited:
Code:
Either this file is not a zipfile, or it constitutes one disk of a multi-part archive.

Jak to jest plik [highlight].gz[/highlight] to jak Ty go chcesz zipem odpakowac :p.
 
Ależ ja próbował zmieniać końcówki na zip czy rar też to samo ;)

Code:
Polecenie 'unzip "forgotten.otbm.zip"'
zawiodło zwracając kod wyniku 9 oraz komunikat błędu
  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.
unzip:  cannot find zipfile directory in one of forgotten.otbm.zip or
        forgotten.otbm.zip.zip, and cannot find forgotten.otbm.zip.ZIP, period..
 
Ależ ja próbował zmieniać końcówki na zip czy rar też to samo ;)

Code:
Polecenie 'unzip "forgotten.otbm.zip"'
zawiodło zwracając kod wyniku 9 oraz komunikat błędu
  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.
unzip:  cannot find zipfile directory in one of forgotten.otbm.zip or
        forgotten.otbm.zip.zip, and cannot find forgotten.otbm.zip.ZIP, period..

apt-get install rar

Spakuj w rar i później w ssh cd /katalog_w_ktorym_masz_to_co_chcesz_rozpakowac_ i unrar x nazwa pliku np. unrar x world.
 
Ale co Ci da zmiana rozszerzenia?
Jeżeli nie ogarniasz tego tematu to czemu nie zatrudnisz administratora?
 
Back
Top