Questions tagged as 'arquivo-zip'

0
answers

Import of CSV (which is inside a zip) received by email automatically to the Spreadsheet

What happens is that every day I receive an email with an attached report. This attachment is zipped (.zip), and inside this zip has a CSV file. I need this zip to be converted to CSV and that this CSV will automatically go from my email (gma...
asked by 02.04.2018 / 13:47
2
answers

How to download a compressed file from a URL and save to disk?

I made a java program to download a zipped file from a server from a URL (in this case, I am using localhost to test), but it is giving the following error:    Exception in thread "main" java.util.zip.ZipException: invalid entry   compressed...
asked by 28.02.2018 / 15:10
0
answers

C libarchive error: Unsupported ZIP compression

I'm trying to read a .zip file using libarchive but I'm getting the following error in archive_read_data ()    Unsupported ZIP compression method (deflation) The same error occurs with all other compression formats. follow the code:...
asked by 20.12.2017 / 12:55
1
answer

Error trying to download zip from BMF with python

I'm trying to download BMF zip files at a time ( ftp://ftp.bmf.com.br/ But there is an error in the program that does not find the file, but it does exist. follow the code: from io import BytesIO from urllib.request import urlopen from zipf...
asked by 12.04.2017 / 00:34
1
answer

Error moving .rar file from one folder to another

I have a method that takes the files I want to .rar from one folder and saves it to another, but when I open the file it is corrupted. try { //Origem File arquivoOrigem = new File(path); FileReader fis = new FileReader(...
asked by 28.04.2015 / 15:49
1
answer

How to unzip a folder in PHP? [closed]

I have a form where an administrator will fill in user data, but I need this administrator to enter a .zip folder where you will have user photos. I'm using a button to select the .zip file, but I need to unzip this file and then use what's i...
asked by 13.03.2018 / 22:14
1
answer

Web Service Images Java ZIP Android

I need my Android application to download a large batch of images and store it on the Smartphone disk, but I need to decide what would be the best format for downloading these files, since the images must be available in offline application mode...
asked by 09.12.2015 / 17:22
1
answer

String returning empty

I'm trying to get me to enter the .zip file, select a single file named mcmod.info and save it to a MemoryStream temp. I followed it as this link in StackOverflow, but when I read var ms = new MemoryStream() using a...
asked by 03.02.2016 / 14:58
1
answer

Download zipalign for Mac

Hello! I just signed up for a test app on Android Studio and would like to upload it on Google Play . I've been browsing and I've found that zipalign makes the process of importing the APK easy, but I've only found download availabilit...
asked by 12.02.2015 / 11:33
1
answer

ExtractExistingFileAction.OverwriteSilently is not overwriting the files in a given folder

I have an update solution for an application that uses the DotNetZip API ( link ) for handling ZIP files. One of the methods used is to overwrite files in certain folders as follows. ZipFile zipFile = ZipFile.Read(file); {...
asked by 04.04.2014 / 15:45