mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3017] rsync 无法增量传输 #2410
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#2410
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 @wanglongbiao on GitHub (Jul 14, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3017
Bug Description
想从远程主机往局域网发大文件(2G),使用 rsync 无法增量发送。
rsync -avP -e 'ssh -p 9022' /downloads/my.file root@localhost:/mnt/sda1frpc Version
0.42.0
frps Version
0.43.0
System Architecture
armv8
Configurations
frpc.conf
frps.conf
Logs
No response
Steps to reproduce
No response
Affected area
@wanglongbiao commented on GitHub (Jul 14, 2022):
应该是 rsync 版本的问题。