mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #145] Can you add an option to automatically connect SFTP when establishing an SSH connection? #118
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#118
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @leesings on GitHub (Jul 19, 2021).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/145
Originally assigned to: @VShawn on GitHub.
在连接ssh时,同时有上传和下载文件的需求,希望在建立ssh时有个选项可供选择,是否连接时自动打开sftp连接,这样不用每次连服务器时既要配ssh又要配sftp,还要打开连接两次。
When connecting SSH, there is also a need for uploading and downloading the file, I hope that there is an option to choose to select if the SSH is established, it will open the SFTP connection when connecting, so that each of the servers must be equipped with SSH and SFTP, Also open the connection twice.
@VShawn commented on GitHub (Jul 21, 2021):
你好,我一直有考虑这个功能,见 https://github.com/VShawn/PRemoteM/issues/26 中的
sFTP/FTP with in SSH?但我一直没能实现 ssh 和 sftp 的路径同步(即 ssh
cd home后,sftp 无法同步进入 home 目录), 所以一直没放出这个功能。我已经考虑放弃同步路径的特性,启用这个功能后直接在窗口左右分别显示两个相互独立的 ssh 窗口和 sftp 窗口,不过这个功能我暂时还没空写,目前程序开发以维护、重构为主。
Hi, I‘ve considered this feature for long, see https://github.com/vshawn/premotem/issues/26 in
sftp / ftp with in ssh?But I am not been able to sync the path of SSH and SFTP (ie ssh
cd home, SFTP cannot gose into the home directory automatically), so this feature has not been released.Ignore the sync of path, we can show two independent SSH on the left side of the window and SFTP on the right side of the window, it is easy to implent.
@DDZH-DEV commented on GitHub (Aug 26, 2021):
同样需要这个功能,有这个后就可以抛弃mremoteng了
Also need this feature, you can abandon MRemoteng after this
@VShawn commented on GitHub (Sep 10, 2021):
accturally, I add the option in 0.6.0-alpha, though, it is hard to use beacuse we dont have
Split Screen@DDZH-DEV commented on GitHub (Sep 11, 2021):
因为ssh 配置已经包含了sftp的大部分信息,可以可以像mremoteng一样,可以自定义几个参数直接启动外部工具如winscp , 在列表处直接选择性调用自己配置的程序
@VShawn commented on GitHub (Nov 6, 2021):
it is done in #161