linux的安装都差很少,我在VirtualBox里面安装了CentOS6.7linux
开启ssh服务 并在windows主机经过XShell链接进而使用Xftp访问能够实现文件上传windows
为了保证CentOS和个人windows在同一个ip段 个人VirtualBox使用桥接的方式联网ssh
目前的linux通常都默认安装了ssh服务 CentOS执行命令查看命令行
rpm -qa|grep ssh3d
CentOS中查看ip信息rest
ifconfigblog
Windows命令行查看ip信息ip
ipconfig文件上传
CentOS切换到root下io
su -
ssh服务的 开启、重启、关闭命令
service sshd start
service sshd restart
service sshd stop
CentOS开启SSH服务以后就能够在windows下使用XShell经过SSH方式链接CentOS了
若是不在同一个局域网内时会提示
Connecting to 192.168.3.4:22...
Could not connect to '192.168.3.4' (port 22): Connection failed.
windows和CentOS在同一个ip段时链接成功
在XShell中打开Xftp就能够上传下载文件了 由于是root登陆 因此别乱来
XShell+Xftp绿色免安装版网上能够搜索下载
我这儿分享一个
http://pan.baidu.com/s/1mghb7lA