Re: WinSCP for Linux
You could run it through Wine or something like that.
[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
sftp://server.com
or sftp://ip_address
.
fish://{username}@{server-name}/{path-on-remote-server}