惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
博客园 - 司徒正美
Last Week in AI
Last Week in AI
Recent Announcements
Recent Announcements
Y
Y Combinator Blog
博客园 - 聂微东
M
MIT News - Artificial intelligence
博客园_首页
Jina AI
Jina AI
博客园 - 叶小钗
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
F
Fortinet All Blogs
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
Vercel News
Vercel News
The Cloudflare Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
云风的 BLOG
云风的 BLOG
N
Netflix TechBlog - Medium
B
Blog
Google DeepMind News
Google DeepMind News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Syncthing Community Forum - Latest posts

Ubiquiti (UniFi) CyberSecure - Suricata- reports false SyncThing Threat Light Terminal browser which displays the syncthing dashboard via ssh Any option to sync 500k small files in less than half a day? Syncthing sync intermittently and with very slow rate How to File Verson a Subfolder of a Synched Directory Failed to start Syncthing/SyncTrayzor Win11: Console is no-longer displayed when launching Syncthing Syncthing Ignore Pattern Visualizer Renaming/moving without block indexing The working set is too high, causing the computer to freeze Would connecting two OSX (Mac) devices via USB allow faster data transfer? How can I turn on the new continious watching for all my folder again? Messaging system based on Syncthing Alternative Web GUI for Syncthing (Angular + Material) SyncThing Android fork: SyncThing as messaging app Android --> PC uploading stuck at 99% Can't ignore root owned file Terramaster TOS7 broken? add a hint when folder edit "Too many symbolic links" but there aren't Collapse folder groups? How does Synchting handle symbolic links? Update to 2.1.1 but the update does not exist Disconnected (Inactive) - no route to host "Wi-Fi needs to be enabled" error on Android 16 / Realme UI 16 (Even though Wi-Fi is on) Custom file filtering/syncing Best practice Unraid + Android (without repeated DB crashes) Slow syncing and scanning without any visible reason .stignore: optional include Syncproblem: Several Windows<>Android
REST: Can I check if a file
@acolomb And · 2026-06-07 · via Syncthing Community Forum - Latest posts

I had a question about the REST API. I am trying to write a python script that takes a path to a file and checks if it needs to be synced. My scenario is that my computer is offline and I want to check if a file needs to be synced. Does the REST API, or the protocol, support this? I tried checking data returned from the /rest/db/file endpoint but even when offline the sequence and blocksHash seem to match for the global and local data for a given file. Can I use the fact that there are multip...