Help! Why am I getting a zip error with my files?

0
22
Asked By CuriousCat99 On

I recently tried working with some zip files and, although I can see the files, I keep getting a zip error message saying 'nothing to do' when I try to process them. I have zip installed and there are no other error messages that I can see. Can anyone help me figure out what's going wrong?

2 Answers

Answered By TechWhiz47 On

It sounds like you might be using a wildcard when trying to zip files, which can cause issues. Instead of using something like `recup.dir*.zip`, make sure you specify the full destination name, like `recup.dir1234.zip`. If you're unzipping, try picking a specific file instead of using the wildcard. Consider checking out a GUI tool like Ark as well; it's often easier to work with for managing zip files. Good luck!

Answered By FileNinja23 On

If you're having trouble transferring folders into a zip file, make sure your commands are clear and specific without wildcards. Additionally, if problems persist, double-check your permissions or consider using Google Drive directly for the transfers. Sometimes working with file managers helps!

CuriousCat99 -

Thanks for the tips! I'll double-check my commands and see if using a GUI tool makes it easier.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.