[GH-ISSUE #4948] 为什么在WebServer上可以看到已注册客户端,但是无法访问 #3903

Closed
opened 2026-05-05 14:29:24 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @htbs on GitHub (Aug 21, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4948

Bug Description

使用tcp 做文件共享时,在UI上是可以看到穿透的客户端,但是无法访问

frpc Version

0.64.0

frps Version

0.64.0

System Architecture

mac x86_64

Configurations

文件共享 (SFTP)

proxies
name = "sftp"
type = "tcp"
localIP = "127.0.0.1"

localPort = 1111

remotePort = 8002
[proxies.plugin]
type = "static_file"

本地文件目录,对外提供访问

localPath = "/Users/test/test"

URL 中的前缀,将被去除,保留的内容即为要访问的文件路径

stripPrefix = "static"

httpUser = "abc"

httpPassword = "abc"

Image

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 @htbs on GitHub (Aug 21, 2025). Original GitHub issue: https://github.com/fatedier/frp/issues/4948 ### Bug Description 使用tcp 做文件共享时,在UI上是可以看到穿透的客户端,但是无法访问 ### frpc Version 0.64.0 ### frps Version 0.64.0 ### System Architecture mac x86_64 ### Configurations # 文件共享 (SFTP) [[proxies]] name = "sftp" type = "tcp" localIP = "127.0.0.1" # localPort = 1111 remotePort = 8002 [proxies.plugin] type = "static_file" # 本地文件目录,对外提供访问 localPath = "/Users/test/test" # URL 中的前缀,将被去除,保留的内容即为要访问的文件路径 # stripPrefix = "static" # httpUser = "abc" # httpPassword = "abc" <img width="1471" height="334" alt="Image" src="https://github.com/user-attachments/assets/b4d872bc-269b-473c-b073-f3a1f8183427" /> ### Logs _No response_ ### Steps to reproduce ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [x] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 14:29:24 -06:00
Author
Owner

@change41 commented on GitHub (Aug 22, 2025):

你是怎么访问的

<!-- gh-comment-id:3212513755 --> @change41 commented on GitHub (Aug 22, 2025): 你是怎么访问的
Author
Owner

@github-actions[bot] commented on GitHub (Sep 5, 2025):

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

<!-- gh-comment-id:3256612162 --> @github-actions[bot] commented on GitHub (Sep 5, 2025): Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d 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#3903
No description provided.