I have got the zip of Prosper202 I want to install from the official website and it downloads fine without a problem but when I am trying to unzip the zip file I get the following error:
“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 prosper202.zip or prosper202.zip.zip, and cannot find prosper202.zip.ZIP, period.”
The two last commands I run are:
sudo wget http://prosper.tracking202.com/apps/download/latest/prosper202.zip
and
sudo unzip prosper202.zip
I would appreciate any help, Many thanks!!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @demoskp From what I can see, you can download from this URL
@demoskp
When trying to manually download
prosper202.zip
from that URL, I end up on a web page instead of downloading a file.When you run
wget
, if it’s hitting the same page I am, then it’s not actually downloading a file at all which is why you’re seeing that message. When trying to rununzip
on a file that isn’t a zip file, it’ll fail.