rar Questions
6
I am looking a ways to unzip .rar files using Java and where ever I search i keep ending up with the same tool - JavaUnRar. I have been looking into unzipping .rar files with this but all the ways ...
6
I am really new to batch file coding and need your help.
I've these directories:
c:\rar\temp1\xy.jpg
c:\rar\temp1\sd.jpg
c:\rar\temp1\dd.jpg
c:\rar\temp2\ss.jpg
c:\rar\temp2\aa.jpg
c:\rar\temp2\...
Wesleyanism asked 24/7, 2014 at 11:37
3
Solved
I am using Pycharm as my IDE (Python 3.7) and am trying to extract a password protected .rar file (I know the password) and have imported rarfile from unrar but am getting this error "LookupError: ...
Dowson asked 8/4, 2019 at 13:7
6
Is there a way by which I can download only a part of a .rar or .zip file without downloading the whole file?
There is a ZIP file containing files A, B, C, and D.
I only need A. Can I somehow...
7
Solved
I have a dataset in google drive which I want to use in google colab.But I can't unrar the rar files by any means.So far I have tried installing python libraries and also ubuntu packages like "unra...
Heeling asked 13/5, 2018 at 12:12
7
Solved
I have a few zip and rar files that I'm working with, and I'm trying to analyze the properties of how each file was compressed (compression level, compression algorithm (e.g. deflate, LZMA, BZip2),...
Ball asked 1/8, 2011 at 9:27
6
Solved
I'm developing a simple php upload script, and users can upload only ZIP and RAR files.
What MIME types I should use to check $_FILES[x][type]? (a complete list please)
Thiouracil asked 8/8, 2011 at 3:45
7
Solved
A compressed file can be classified into below logical groups
a. The operating system which you are working on (*ix, Win) etc.
b. Different types of compression algorithm (i.e .zip,.Z,.bz2,.rar,.gz...
Corm asked 24/10, 2012 at 7:24
3
Solved
2
I have a compressed file .rar .7z, .tar and .zip and I want to rename physical file name available in above compressed archived using C#.
I have tried this using a sharpcompress library but I can'...
1
In my app I'm having files download open. Everything is done perfectly, But Problem is Files like zip,rar, tar files getting download but those files won't show up after completing download. Here i...
Castello asked 17/5, 2017 at 9:2
1
So I was trying to archive a .rar file using rarfile library in Python, but it keeps saying "failed to open". Am using Mac OS X El Capitan, python 2.7. Any help would be appreciated, thanks.
Origi...
Intricate asked 9/6, 2016 at 23:39
3
1) I have a folder called CCBuilds containing couple of files in this path: E:\Testing\Builds\CCBuilds.
2) I have written C# code (Process.Start) to Rar this folder and save it in E:\Testing\Buil...
6
Solved
I have a pretty big folder (~10GB) that contains many duplicated files throughout it's directory tree. Many of these files are duplicated up 10 times. The duplicated files don't reside side b...
Chary asked 13/12, 2014 at 9:18
2
Solved
I'm trying to automate the extraction of a number of files compressed with 7-zip. I need to automate this process, because a) there are many years of data I'd like to unlock and b) I'd like to shar...
6
Solved
Is there any way to read the content of a RAR file (support for multi-file RAR is a must)?
I don't want to extract the content to the disk, just read it like a stream.
2
Solved
I want to create a .rar file by passing file paths of the files to be archived.
I have tried the rarfile package. But it doesn't have a 'w' option to write to the rarfile handler.
Is there any ot...
1
Solved
If using RAR on Ubuntu or Centos, this is the command for compressing a single folder (with subfolders inside), or is the command for compressing all folders inside a directory in a single archive:...
4
While trying to extract zip files I get the error:
c:\path\name.zip is not RAR archive
No files to extract
My code is:
p.StartInfo.FileName = @"C:\Program Files\WinRAR\rar.exe";
p.StartInfo....
Subtract asked 22/8, 2009 at 9:56
2
Solved
I'm trying to do a bruteforce attack on a rar archive and I need the password-check to be as fast as possible. I call rarlab's "unrar" command line utility from my program in this way:
unrar t -p[...
Harlanharland asked 20/3, 2013 at 12:14
2
Launch4J is a jar to exe converter. I used Launch4J to convert jar to exe but when I right click on that exe file Launch4J created, it shows the contents in the jar file (class, etc files) from whi...
3
Solved
Is there a good java API for manipulating RAR archive files someone could recommend? Googling did not turn up anything overwhelmingly convincing.
1
Solved
I have the task: I have the Windows-made rar-archive (folders, files in it and so on), that via FTP was copied to Linux server.
I want to unrar this archive to keep the file structure as it w...
3
Solved
I want to add in my application functionality to decompress (and optionally compress) files in various format. I have libraries that supports zip, gzip, 7zip and bzip2. But still not found library ...
Eozoic asked 6/4, 2011 at 9:45
1
Solved
I have a text file that I want to compress after it gets an specified size. I've already seen GZipStream which works great, but RAR compression is much better.
I've been looking for a library that ...
Goines asked 10/11, 2011 at 18:53
1 Next >
© 2022 - 2024 — McMap. All rights reserved.