Re: Runs perfectly on Wine for me
@fatop: Regarding the Issue 2360 – I'm sending you an email with a development version of WinSCP to the address you have used to register on this forum.
do some work and get this coded for linux systems so we can use it under gnome
C:\windows\command\start.exe /Unix /home/YOUR_USERNAME/.wine/launch_editor.sh !.!
#!/bin/bash
# Convert the Windows path (assuming it starts with something like 'C:\')
unix_path=$(echo "$1" | sed -e 's/\\/\//g' -e 's/^C://')
# Launch gedit with the converted path
/opt/sublime_text/sublime_text "/home/YOUR_USERNAME/.wine/drive_c$unix_path" &
#!/bin/bash
# Convert the Windows path (assuming it starts with something like 'C:\')
unix_path=$(echo "$1" | sed -e 's/\\/\//g' -e 's/^C://')
# Launch
zeditor "/home/YOUR_USERNAME/.wine/drive_c$unix_path" &
Z:\home\YOUR_USERNAME\.ssh\putty.ppk
.ssh dir do this with your key
puttygen id_rsa -o putty.ppk
Alt+Tab from that (seriously, that popup was never helpful win Windows neither, I have no idea why is it a popup). But there's already voting for making this configurable so let's hope that one day it will get implemented Issue 2360 – Optionally do not show error message when connection is lost while idle.
[Desktop Entry]
Version = 1.0
Encoding = UTF-8
Name = WinSCP
Type = Application
Exec = wine / folder path winscp / WinSCP.exe
Terminal = false
Icon = // folder path winscp / icon.png
Comment = WinSCP
Categories = Applications;
StartupNotify = true
/usr/share/applications/
Wine: cannot find L"C\\windows\\system32\\WinSCP.exe
sudo apt-get install wine (run this one time only, to get wine in your system, if you haven't it)
sudo su
wine WinSCP.exe
fish://<user>@<server>:<path> in the address bar. ENJOY!
WinSCP, right click on WinSCP.exe SCRIPT>RUN>GUI App-as root. And is running. I didn't mentioned that I have Wine on my pc
mc is good for that (uses fish protocol).
~/.ssh/config (or /etc/ssh/ssh_config).
Host mymachinealias
Hostname mymachine.lt
Port 9022
HostKeyAlias mymachinealias
sudo apt-get install g++
sudo apt-get install libglib2.0-dev
sudo sshfs user@host: local_folder -o allow_othersftp://server.com or sftp://ip_address.
fish://{username}@{server-name}/{path-on-remote-server}