Showing posts with label Commands. Show all posts
Showing posts with label Commands. Show all posts

Monday, 15 February 2016

How to Unzip a File in WinSCPIn Feburary 2016 15,

In Feburary 2016 15,
Load up Win SCP and log in to the FTP account that you use to access the archived file. If the file is on your local machine, you do not have to log in to an account.
Navigate to the location of the file. If the file is on your local computer, do this with the left-hand window. If the file is on a server, use the right-hand window.
Right-click the file and click 'Custom Commands.' A window will appear, with some options for you to configure. If you want to unzip the file to its present directory, type the following into the 'Custom command' text field.unzip -o myarchive.zip '!'To unzip the file to an alternative directory, use this command:unzip -o myarchive.zip -d path/to/locationIf the file you want to unzip is on the remote server, click the 'Remote command' radio button just below the 'Custom command' text field. If the file is on the local machine, click the 'Local command' radio button.
Click 'OK' to execute the command.
In Feburary 2016 15,