mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4948] 为什么在WebServer上可以看到已注册客户端,但是无法访问 #3903
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3903
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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"
Logs
No response
Steps to reproduce
Affected area
@change41 commented on GitHub (Aug 22, 2025):
你是怎么访问的
@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.