想问下有没有类似winscp界面化的软件?
Tofloor
poster avatar
BG7ZAG
deepin
2019-06-12 00:28
Author
可以用命令scp上传文件,但是要复制、移动多个文件还是不如界面化方便,
请问大家有没有类似界面化的软件?推荐个,谢谢
Reply Favorite View the author
All Replies
avatar
Feng Yu
deepin
2019-06-12 00:40
#1
filezilla                    
Reply View the author
avatar
findhao_cn
deepin
2019-06-12 00:40
#2
资源管理里 Ctrl + L 输入scp://用户名@ip:端口/~/ 可以直接本地挂载远端服务器
Reply View the author
Comments
hlbj105
2019-06-12 03:34
谢谢
avatar
duanyao
deepin
2019-06-12 02:21
#3
nautilus 文件管理器。几乎所有的 linux 文件管理器都内置 sftp 功能,这比起 windows 和 mac os 是个很好的特性。

深度文管也能用,但是在我这里访问 sftp 很卡,所以不推荐了。
Reply View the author
Comments
hlbj105
2019-06-12 03:34
谢谢
avatar
BG7ZAG
deepin
2019-06-12 03:33
#4

filezilla好像连不上scp协议
Reply View the author
avatar
Feng Yu
deepin
2019-06-12 03:39
#5
本帖最后由 abcfy2 于 2019-6-11 19:41 编辑
https://bbs.deepin.org/post/179130
filezilla好像连不上scp协议

sftp协议啊。也是使用的ssh端口,跟scp协议一样,而且比scp支持更多功能。
我以前的文章评测: https://www.jianshu.com/p/967e3a04a6c7

sftp是openssh内置的功能,和scp,rsync这些不一样,需要第三方软件支持。我发现你屏蔽了ssh的remote login功能的时候,scp和rsync都会无法使用,但是sftp不受影响,它是独立的权限
Reply View the author
Comments
hlbj105
2019-06-12 05:09
感谢回复
avatar
BG7ZAG
deepin
2019-06-12 05:08
#6
https://bbs.deepin.org/post/179130
sftp协议啊。也是使用的ssh端口,跟scp协议一样,而且比scp支持更多功能。
我以前的文章评测: https://www ...

很奇怪,我之前试过用它的sftp,但被服务器拒绝了。在win下用winscp和Linux下scp命令行可以正常连接
Reply View the author
avatar
Feng Yu
deepin
2019-06-12 05:11
#7
https://bbs.deepin.org/post/179130
很奇怪,我之前试过用它的sftp,但被服务器拒绝了。在win下用winscp和Linux下scp命令行可以正常连接 ...

你在Linux下用sftp命令行连接看看。sftp用的也是ssh的22端口。命令行能连接肯定用图形化界面走sftp协议也能连接
Reply View the author
avatar
BG7ZAG
deepin
2019-06-12 06:11
#8
https://bbs.deepin.org/post/179130
你在Linux下用sftp命令行连接看看。sftp用的也是ssh的22端口。命令行能连接肯定用图形化界面走sftp协议也 ...

有一个正常链接,另一个sftp命令行报错,界面直接闪退
  1. subsystem request failed on channel 0
  2. Couldn't read packet: Connection reset by peer
Copy the Code
Reply View the author
avatar
Feng Yu
deepin
2019-06-12 06:43
#9
https://bbs.deepin.org/post/179130
有一个正常链接,另一个sftp命令行报错,界面直接闪退

看看服务器上的/var/log/auth.log,是不是sftp连接上来的时候有什么报错?
Reply View the author
avatar
BG7ZAG
deepin
2019-06-12 16:53
#10
https://bbs.deepin.org/post/179130
看看服务器上的/var/log/auth.log,是不是sftp连接上来的时候有什么报错?

找不到这文件,有个奇怪的问题,就是这个服务器在winscp里用的也是sftp协议的,在filezilla上用sftp就连不上
Reply View the author
avatar
Feng Yu
deepin
2019-06-12 17:29
#11
本帖最后由 abcfy2 于 2019-6-12 09:32 编辑
https://bbs.deepin.org/post/179130
找不到这文件,有个奇怪的问题,就是这个服务器在winscp里用的也是sftp协议的,在filezilla上用sftp就连 ...

你是什么操作系统?如果是Ubuntu的话在/var/log/auth.log,如果是CentOS的话,应该是/var/log/audit/audit.log,连一下sftp看看是不是这个log有异常
Reply View the author
avatar
Layman
deepin
2019-06-12 17:52
#12
filezilla连接sftp在输入ip时,请使用sftp://ip
Reply View the author
avatar
刀锋
deepin
2019-06-12 18:52
#13
可以直接打开winscp.exe直接用。
Reply View the author
Comments
hlbj105
2019-06-12 19:21
还有这操作啊,谢谢
avatar
BG7ZAG
deepin
2019-06-12 19:20
#14
https://bbs.deepin.org/post/179130
你是什么操作系统?如果是Ubuntu的话在/var/log/auth.log,如果是CentOS的话,应该是/var/log/audit/audit ...

谢谢,我同事改了下配置好了。
Reply View the author
avatar
刀锋
deepin
2019-06-12 19:52
#15
https://bbs.deepin.org/post/179130
可以直接打开winscp.exe直接用。

关键是要配置好直接打开EXE 文件的方式,请参考:
https://bbs.deepin.org/post/174935#%E4%B8%8B%E7%9B%B4%E6%8E%A5%E8%BF%90%E8%A1%8Cexe%E7%9A%84%E6%96%B9%E6%B3%95
Reply View the author
avatar
刀锋
deepin
2019-06-12 19:57
#16
https://bbs.deepin.org/post/179130
可以直接打开winscp.exe直接用。

请参考:https://bbs.deepin.org/post/174935
配置好打开exe文件的方式,之后就可以直接打开了。
Reply View the author
avatar
Feng Yu
deepin
2019-06-12 20:31
#17
https://bbs.deepin.org/post/179130
filezilla连接sftp在输入ip时,请使用sftp://ip

并不需要
Reply View the author
avatar
Layman
deepin
2019-06-23 05:26
#18

然而,那是默认端口不需要,修改了端口就需要,如果不是默认端口,filezillar就识别不了是什么协议。因此需要指定。傻子软件
Reply View the author
avatar
Feng Yu
deepin
2019-06-23 05:46
#19
https://bbs.deepin.org/post/179130
然而,那是默认端口不需要,修改了端口就需要,如果不是默认端口,filezillar就识别不了是什么协议。因此 ...

你说的是这个啊。非标准端口本来就要手工指定协议啊。我看如果不指定协议,默认使用的是ftp协议
Reply View the author