Thursday, July 26, 2018

WinSCP under Ubuntu 18.04

To run WinSCP under Linux (Ubuntu 18.04), follow these steps:
  1. Run sudo apt-get install wine (run this one time only, to get 'wine' in your system, if you haven't it)
  2. Download latest WinSCP portable package https://winscp.net/eng/download.php
  3. Make a folder and put the content of zip file in this folder
  4. Open a terminal, cd to folder contain WinSCP
  5. Type sudo su
  6. Type wine WinSCP.exe
Done! WinSCP will run like in Windows environment!

No comments:

Post a Comment