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...
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...
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:...
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...
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(...
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...
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...
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...
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...
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);
{...