windows搭建sftp服务 小计


1.下载软件

windows系统中免费软件 freeSSHd
下载链接:https://freesshd.updatestar.com/zh-cn/edit/1.2.7

2.软件设置

windows搭建sftp服务

windows搭建sftp服务
windows搭建sftp服务

sftp 选择想作为sftp仓库的路径
windows搭建sftp服务
Authentication 中 Password authentication 勾选 Required ,否则客户端连接时输入密码总是错误
windows搭建sftp服务
然后启动ssh
windows搭建sftp服务

3.进cmd查看

sftp -P 23 [email protected]
(其中23为端口号,用户名@ip地址)

4.注意事项

软件启动时用管理员权限启动,否则可能会报错Permission denied, please try again
windows搭建sftp服务

相关文章: