Mac下使用Wine安装Xshell 4和Xftp 4

Posted Jim

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac下使用Wine安装Xshell 4和Xftp 4相关的知识,希望对你有一定的参考价值。

下载:

(链接: https://pan.baidu.com/s/1o78qisM 密码: 79sq)

安装:

1、安装Wine

参考:http://www.cnblogs.com/EasonJim/p/8016167.html

2、手动安装Xshell 4

wine xshell_40_build0138.exe

安装过程和Windows的一样,注意要输入SN,不要选择免费版本。

3、设置Xshell无法输入的问题

4、添加图标,双击运行

参考:http://www.cnblogs.com/EasonJim/p/7467457.html

vim  Xshell4.command
chomd u+x Xshell4.command
#!/bin/bash
test "$?BASH_VERSION" = "0" || eval \'setenv() { export "$1=$2"; }\';
  setenv PATH "/Applications/Wine Stable.app/Contents/Resources/start/bin:/Applications/Wine Stable.app/Contents/Resources/wine/bin:$PATH";
nohup wine ~/.wine/drive_c/Program\\ Files\\ \\(x86\\)/NetSarang/Xshell\\ 4/Xshell.exe >/dev/null 2>&1 &

5、安装Xftp

wine xfp04000118.exe

输入SN,不要选择免费版本。

6、添加桌面图标

vim Xftp4.command
chmod u+x Xftp4.command
#!/bin/bash
test "$?BASH_VERSION" = "0" || eval \'setenv() { export "$1=$2"; }\';
  setenv PATH "/Applications/Wine Stable.app/Contents/Resources/start/bin:/Applications/Wine Stable.app/Contents/Resources/wine/bin:$PATH";
nohup wine ~/.wine/drive_c/Program\\ Files\\ \\(x86\\)/NetSarang/Xftp\\ 4/Xftp.exe >/dev/null 2>&1 &

 

以上是关于Mac下使用Wine安装Xshell 4和Xftp 4的主要内容,如果未能解决你的问题,请参考以下文章

Mac OS xshell xftp 替代工具-finalshell

Xshell和Xftp 安装及使用

Xshell6和Xftp6的使用

Xshell6和Xftp6初步使用

五远程登录Linux工具:Xshell和Xftp

Linux学习-Xshell 5和Xftp 5的安装和使用