maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   How to create a 7z, rar or zip file. (https://talk.maemo.org/showthread.php?t=72848)

rokafellaskank 2011-05-07 10:04

How to create a 7z, rar or zip file.
 
Hi guys, I was wondering if there was any way to create a password protected 7z, rar or zip file on our fantastic n900. I've searched with no luck.
Cheers.

coredumb 2011-05-07 11:26

Re: How to create a 7z, rar or zip file.
 
Quote:

Originally Posted by rokafellaskank (Post 1001594)
Hi guys, I was wondering if there was any way to create a password protected 7z, rar or zip file on our fantastic n900. I've searched with no luck.
Cheers.

you can try InfoZIP's Zip or P7zip. it's in the extras-testing repository.

rokafellaskank 2011-05-07 11:31

Re: How to create a 7z, rar or zip file.
 
I have them installed but I can't create an archive with them, only unzip and unrar.
Thanks though.

coredumb 2011-05-07 12:05

Re: How to create a 7z, rar or zip file.
 
to create an archive with password protection, use this command:
zip -e archivename.zip zipfile_list.
the process will prompt you to enter the password

rokafellaskank 2011-05-07 12:19

Re: How to create a 7z, rar or zip file.
 
This is what I've got, I tried it without the fullstop after the word list as well:

~ $ cd MyDocs/Downloads
~/MyDocs/Downloads $ zip -e TESTER.zip zipfile_list.
Enter password:
Verify password:
zip warning: name not matched: zipfile_list.

zip error: Nothing to do! (TESTER.zip)
~/MyDocs/Downloads $

coredumb 2011-05-07 12:51

Re: How to create a 7z, rar or zip file.
 
Quote:

Originally Posted by rokafellaskank (Post 1001653)
This is what I've got, I tried it without the fullstop after the word list as well:

~ $ cd MyDocs/Downloads
~/MyDocs/Downloads $ zip -e TESTER.zip zipfile_list.
Enter password:
Verify password:
zip warning: name not matched: zipfile_list.

zip error: Nothing to do! (TESTER.zip)
~/MyDocs/Downloads $

you should replace the 'zipfile_list' with the list of file you want to add to archive.
e.g. if you want to put file README.txt and LICENSE.txt into archive file TESTER.zip, the command is:
zip -e TESTER.zip README.txt LICENSE.txt

rokafellaskank 2011-05-07 13:07

Re: How to create a 7z, rar or zip file.
 
coredumb, I owe you a drink.
http://i52.tinypic.com/16hoxh5.jpg

Thank you.


All times are GMT. The time now is 00:30.

vBulletin® Version 3.8.8