-
when i send a file name as 'a',it's behavior like this:
![image](https://user-images.githubusercontent.com/21305726/84726628-e7281700-afbf-11ea-833f-664712b52beb.png)
it's happend on :
Windows…
-
# Description of the new feature/enhancement
Terminal should support ZModem upload/download. ZModem is a friction-free way to transfer files up to 4GB in size in a terminal session without using …
-
在windows powershell下,登录linux服务器后,使用exit退出登录,会有乱码
![pp20231224125730](https://github.com/trzsz/trzsz-ssh/assets/58545937/4bf9567a-bf5d-444b-8014-7a38b253d008)
-
如题😁
-
https://github.com/trzsz/trzsz/actions/runs/6448443268/job/17505711737
My project doesn't have `requirements.txt` or `pyproject.toml`.
-
```
::TRZSZGO:TRANSFER:R:1.1.3:9572589672900
Traceback (most recent call last):
File "/root/.local/pipx/venvs/trzsz/lib64/python3.8/site-packages/trzsz/svr/recv.py", line 128, in main
recv_f…
-
环境:macos + warp终端 + 已经使用软连接 sudo ln -sv $(which tssh) /usr/local/bin/ssh
问题: 通过ssh --new-host配置成功之后,能成功通过 tssh xx、 ssh 选择 xx登陆。但是直接 ssh xx 会提示让输入密码,我直接control + c 退出又可以ssh登陆成功,显示信息如下:
```shell
s…
zlsq updated
11 months ago
-
On **Termux** from Android with an ARM 64 phone, the program instantly crash.
**Steps to reproduce:**
1. wget "trzsz_1.1.5_linux_aarch64.tar.gz"
2. tar zxvf trzsz_1.1.5_linux_aarch64.tar.gz
3. R…
-
需要手动去.ssh/config配置么?有点麻烦
-
基本思路:
1、服务端`trz / tsz` 在启动时,侦听 127.0.0.1 上的一个随机端口,并将端口号告知客户端。
2、`tssh` 作为客户端时,会使用 SSH 隧道尝试与 `trz / tsz` 建立连接,成功则使用隧道模式传输。
3、如果因为跳板机或 `docker exec` 等原因,导致无法与 `trz / tsz` 建立连接,则降级使用 trzsz 原有模式。
场景…