winscp

linux windows文件互传

孤街浪徒 提交于 2019-11-27 15:17:04
1 scp方式 windows端安装winscp软件 Linux端安装scp server 该方式比较适合windows端图形化操作。 2 Linux访问Windows共享目录 windows端:设置共享目录(F://linuxshare)及账户(win) Linux端: (1)安装SMBClient,以ubuntu为例:sudo apt-get install smbclient (2)安装cifs-utils软件包:sudo apt-get install cifs-utils,CIFS是实现文件共享服务的一种文件系统 (3)创建mnt挂载点: mkdir /mnt/win (4)将windows共享目录挂载至linux:mount -t cifs -o username=win //192.168.1.123/linuxshare /mnt/win (5)至此可以在linux上对win文件夹进行操作 来源: oschina 链接: https://my.oschina.net/u/3732258/blog/3128368

WinSCP 上传文件至Cetos 7 后用户无权限

China☆狼群 提交于 2019-11-27 10:39:33
WinSCP是一个支持SSH的SCP文件传输软件。 可以用Windows环境向Linux环境传输文件,今天给新的Elasticsearch 服务器(cetos 7 )部署新的集群节点的时候,发现传输后的文件无论怎么操作都是没有权限; 然后用命令给用户授权 chown -R root es730 授权之后还是没有权限,无法启动es; root用户作为管理员用户,也没有权限,尴尬不尴尬; 经过多番折腾尝试,终于找到了解决方案,就是授权的时候没有勾选【循环设定组,拥有者和权限】 最后,通过勾选了【循环设定组、拥有者和权限】才可以启动,循环设定组、拥有者和权限建议打钩,这样当前文件夹以下的目录都会生效 winscp 使用方法参考: https://www.jianshu.com/p/22d06acad9e7 来源: https://www.cnblogs.com/Rawls/p/11360001.html

后端开发小工具(免费易用的小工具,摆脱盗版烦恼)

老子叫甜甜 提交于 2019-11-26 22:39:32
1.虚拟机:VMware Player 是不是每次要用到虚拟机的时候都不知道该如何选择,希望拥有VMware Workstation那强大的功能又畏惧它的体积,喜欢virtualBox的小巧又烦恼它天天更新。 VMware Player是VMware官方退出的免费的虚拟机工具,虽然名为Player,但是也可以创建虚拟机,也可以安装VMware Tools。速度快且稳定。只有不到百兆的体积,值得推荐。 2.SSH工具:Xshell 4 喜欢putty酷黑的界面和字体,却烦恼它简陋的功能。喜欢secureCRT的强大,无奈是收费软件,而且默认的配色和字体及丑。 这里推荐Xshell 4。面向个人和校园用户免费,几乎拥有secureCRT的全部功能(也有secureCRT不具备的功能)。界面简洁美观。 从secureCRT更换到Xshell仅需要在设置里修改一些右键和鼠标中间的功能即可。 个人觉得选中文本框的时候的菜单比secureCRT右键直接复制粘贴更为方便。且选中文件名可以直接ZMODEM下载。 3.SQL客户端:HeidiSQL 用惯了phpmyadmin,当面对一台没有安装web服务器和phpmyadmin就显得有点窘迫了。HeidiSQL这时候就能大显身手了。免费开源的SQL工具,基于TCP的连接。小巧但功能强大。特别是在开发过程中构造数据的时候可以右键直接插入时间戳等数值

What are some good SSH Servers for windows? [closed]

无人久伴 提交于 2019-11-26 18:48:38
问题 Trying to setup an SSH server on Windows Server 2003. What are some good ones? Preferably open source. I plan on using WinSCP as a client so a server which supports the advanced features implemented by that client would be great. 回答1: I've been using Bitvise SSH Server and it's really great. From install to administration it does it all through a GUI so you won't be putting together a sshd_config file. Plus if you use their client, Tunnelier, you get some bonus features (like mapping shares,

Download files from Unix server using WinSCP with get command

自古美人都是妖i 提交于 2019-11-26 17:24:33
问题 I have program in Unix that generates files 8 files at 8:30 pm everyday. I need to download the files into my Windows machine after the files are generated using WinSCP. I can drag and drop those but its time consuming, I need to automate this process. I cannot use .Net assembly to download those. I have tried to use the get command, but its throwing error: Not an SCCS file. Let me know how can I solve this. --Thanks 回答1: To automate a task using WinSCP, use its scripting interface from a