I have a .7z file which I need to extract the contents of. The problem is, that it's password protected and currently, I have to SSH into the server and enter the password. I would like to this without the need of this.
Is this possible?
I have tried:
7za x file.7z -ppassword pass
But does not work, just returns "No files to process"