[GH-ISSUE #3964] stcp,代理的 sftp和rsync 连接异常 #3145

Closed
opened 2026-05-05 14:02:12 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @wuai1024 on GitHub (Jan 31, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/3964

Bug Description

rsync 连接stcp报错

rsync: connection unexpectedly closed (8 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12)

frpc Version

v0.53.2

frps Version

v0.53.2

System Architecture

linux/amd64

Configurations

均有设置

Logs

No response

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @wuai1024 on GitHub (Jan 31, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/3964 ### Bug Description > rsync 连接stcp报错 ``` shell rsync: connection unexpectedly closed (8 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) ``` ### frpc Version v0.53.2 ### frps Version v0.53.2 ### System Architecture linux/amd64 ### Configurations 均有设置 ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [X] Others
gitea-mirror 2026-05-05 14:02:12 -06:00
Author
Owner

@wuai1024 commented on GitHub (Jan 31, 2024):

目前是只有 ssh 能连接上。

ssh -p 2422 root@127.0.0.1
<!-- gh-comment-id:1919077772 --> @wuai1024 commented on GitHub (Jan 31, 2024): 目前是只有 ssh 能连接上。 ``` shell ssh -p 2422 root@127.0.0.1 ```
Author
Owner

@wuai1024 commented on GitHub (Jan 31, 2024):

rsync 无法连接

rsync -avzutP 2024 -e "ssh -p 2422" root@127.0.0.1/path
<!-- gh-comment-id:1919078967 --> @wuai1024 commented on GitHub (Jan 31, 2024): `rsync` 无法连接 ``` shell rsync -avzutP 2024 -e "ssh -p 2422" root@127.0.0.1/path ```
Author
Owner

@wuai1024 commented on GitHub (Jan 31, 2024):

sftp 无法连接

sftp -P 2422 root@127.0.0.1
Connection closed.
<!-- gh-comment-id:1919085174 --> @wuai1024 commented on GitHub (Jan 31, 2024): `sftp` 无法连接 ``` shell sftp -P 2422 root@127.0.0.1 ``` ``` Connection closed. ```
Author
Owner

@github-actions[bot] commented on GitHub (Feb 22, 2024):

Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1958450565 --> @github-actions[bot] commented on GitHub (Feb 22, 2024): Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3145
No description provided.