I was trying to get password of my zip file. and I have a dictionary and expecting the password in that.
raj@bt:~/Desktop/analyze$ ls
my-dict myzipfile.zip
raj@bt:~/Desktop/analyze$ fcrackzip -D myzipfile.zip
aaaaaa: No such file or directory
raj@bt:~/Desktop/analyze$ fcrackzip -D my-dict myzipfile.zip
found id 69687421, 'my-dict' is not a zipfile ver 2.xx, skipping
aaaaaa: No such file or directory
raj@bt:~/Desktop/analyze$ fcrackzip -D myzipfile.zip my-dict
found id 69687421, 'my-dict' is not a zipfile ver 2.xx, skipping
aaaaaa: No such file or directory
raj@bt:~/Desktop/analyze$