Tagged Questions
1
vote
1answer
182 views
How can I view files in zip using putty?
I want to view file list in zip archive using putty without unzip the archive.
Is it possible?
2
votes
2answers
196 views
Unzip to location
I am using unzip through putty and it works ok.
However, using the same command through a .NET C# SSH library (Renci.SshNet) gives different results.
SshClient s = new SshClient("ssh_host", ...