Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
58.61k stars 3.37k forks source link

How download folders and files from Server? #5043

Closed hardyfan closed 2 years ago

hardyfan commented 2 years ago

Version: 1.0.164 Platform: Windows x64 10.0.19043 Plugins: fit-screen Frontend: xterm

是否可以从服务器上下载文件夹和文件到本地。

Eugeny commented 2 years ago

You can use the built-in SFTP client or Zmodem.

hardyfan commented 2 years ago
  1. 内置的SFTP好像只能上传,不能下载。如果可以下载请说明如何操作?
  2. Zmodem是什么呢?请进一步指明?
Eugeny commented 2 years ago
  1. The built-in SFTP can download files (by clicking them), but not folders yet.
  2. Zmodem is a protocol to send files to/from a shell session - you need to install lrzsz (available in most distros) on the remove side and then use sz <file> to send or rz to receive files.