tabby icon indicating copy to clipboard operation
tabby copied to clipboard

[feature] changing sftp port for sftp file manager

Open t3dium opened this issue 1 year ago • 2 comments

Having used sftpgo the default port is 2022 as opposed to the standard port for sftp, which breaks the sftp browser in tabby. So being able to change the port would be useful.

t3dium avatar Dec 21 '22 14:12 t3dium

Tabby doesn't connect to SFTP separately, SFTP channel is opened on the same SSH connection that's used for the terminal.

Eugeny avatar Dec 21 '22 16:12 Eugeny

Tabby doesn't connect to SFTP separately, SFTP channel is opened on the same SSH connection that's used for the terminal.

The question is more about the file browser not working if the host port that the connection is made to is different from 22.

plazmorez avatar Jul 05 '23 14:07 plazmorez

I'm trying various methods but none really satisfactionary:

  • SFTP popup will not use current user credentials, only the starting credentials (not escalated). This method at least works, but not convenient, can't use keyboard, can't pin it, can't double click to open file etc.
  • open-sftp-tab will not get credentials right and will close with request for a keyfile
  • ssh2sftp_win_template will not get parameters right and will show sftp syntax
  • WinSCP won't get credentials right and fail to connect

gitthangbaby avatar Sep 18 '23 03:09 gitthangbaby