python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What is the best way to use the lib Ionic.Zip (DotNetZip) and SshNet to download a directory via SFTP/SCP directly to a zip file
What is the best way to use the lib Ionic.Zip (DotNetZip) and SshNet to download a directory via SFTP/SCP directly to a zip file, I would like to do this without running out of memory and if possible ...
Isaque Neves
Votes: 0
Answers: 0
ZipArchive not saving file on live server in Laravel
I have some encrypted responses that I convert to a Zip file in my Laravel application. The function below downloads the API response, saves it as a Zip file, and then extracts it while I read the fol...
Oladapo Jimoh
Votes: 0
Answers: 1
Unzip local file and delete original in Dockerfile image build
I'm trying to uncompress a file and delete the original, compressed, archive in my Dockerfile image build instructions. I need to do this because the file in question is larger than the 2GB limit set ...
Cole Robertson
Votes: 0
Answers: 2
Zip select files from root directory maintaining the directory structure
I have a list of files written to a text file using command line(extracted list of files with a specific extension). I want to write these files to a zip file but not all files to a root directory but...
Akhil prasannan
Votes: 0
Answers: 1