<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>uCopy Technical Blog</title>
    <link>https://ucopy.io/en/blog</link>
    <description>Practical guides to WebRTC, P2P file transfer, and cross-device collaboration.</description>
    <language>en-US</language>
    <atom:link href="https://ucopy.io/en/blog/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A Cross-Device Clipboard That Respects Permissions and Privacy</title>
      <link>https://ucopy.io/en/blog/cross-device-clipboard-guide</link>
      <guid isPermaLink="true">https://ucopy.io/en/blog/cross-device-clipboard-guide</guid>
      <description>Design a clipboard handoff between computer and phone with browser permissions, receipts, separate queues, offline behavior, conflict handling, history cleanup, and safe analytics.</description>
      <category>Cross-Device Work</category>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How Browser Device Discovery Works on a Local Network</title>
      <link>https://ucopy.io/en/blog/lan-device-discovery-guide</link>
      <guid isPermaLink="true">https://ucopy.io/en/blog/lan-device-discovery-guide</guid>
      <description>See why a page cannot freely scan a LAN, how same-exit discovery differs from ICE, and what a complete flow needs from presence and consent through expiry, blocking, and reconnect.</description>
      <category>Device Connection</category>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>P2P vs Cloud File Transfer: Choose by File Lifecycle, Not Hype</title>
      <link>https://ucopy.io/en/blog/p2p-vs-cloud-file-transfer</link>
      <guid isPermaLink="true">https://ucopy.io/en/blog/p2p-vs-cloud-file-transfer</guid>
      <description>Choose browser P2P, a cloud link, or a hybrid by asking whether both sides are online, how long the file must remain, who needs access, how recovery works, and which copies are acceptable.</description>
      <category>Choosing a Method</category>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Can a Browser File Transfer Resume After a Page Refresh?</title>
      <link>https://ucopy.io/en/blog/resume-file-transfer-after-refresh</link>
      <guid isPermaLink="true">https://ucopy.io/en/blog/resume-file-transfer-after-refresh</guid>
      <description>Learn what survives receiver or sender refresh and network loss, why the sender may need to reselect the source, and which manifests and terminal states make resume reliable.</description>
      <category>Transfer Protocol</category>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Browser Screen Sharing: Fullscreen, Mobile Gestures, and Refresh</title>
      <link>https://ucopy.io/en/blog/screen-sharing-browser-guide</link>
      <guid isPermaLink="true">https://ucopy.io/en/blog/screen-sharing-browser-guide</guid>
      <description>Build a usable WebRTC screen share from source selection and sender controls to fullscreen, landscape, pinch and pan, viewer refresh, reconnect, stop behavior, and privacy.</description>
      <category>Screen Sharing</category>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Is Browser File Sharing Safe? A 12-Point Practical Checklist</title>
      <link>https://ucopy.io/en/blog/secure-browser-file-sharing-checklist</link>
      <guid isPermaLink="true">https://ucopy.io/en/blog/secure-browser-file-sharing-checklist</guid>
      <description>Review device approval, temporary codes, WebRTC encryption, TURN metadata, file digests, download risk, feature permissions, error reports, and analytics before trusting a browser transfer.</description>
      <category>Privacy &amp; Security</category>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How to Send Large Files Between a Phone and Computer</title>
      <link>https://ucopy.io/en/blog/send-large-files-between-devices</link>
      <guid isPermaLink="true">https://ucopy.io/en/blog/send-large-files-between-devices</guid>
      <description>Compare a cable, local sharing, cloud storage, and browser P2P for multi-gigabyte transfers, then check speed, mobile data, resume support, free space, and verification before you start.</description>
      <category>Practical Guide</category>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>STUN vs TURN: What Each Server Does in a WebRTC Connection</title>
      <link>https://ucopy.io/en/blog/stun-vs-turn-explained</link>
      <guid isPermaLink="true">https://ucopy.io/en/blog/stun-vs-turn-explained</guid>
      <description>Use home routers, office firewalls, and mobile networks to understand STUN, TURN, ICE candidates, and direct paths, including the real effects on latency, relay cost, and privacy.</description>
      <category>Networking</category>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why WebRTC File Transfer Is Slow: A Layer-by-Layer Checklist</title>
      <link>https://ucopy.io/en/blog/webrtc-file-transfer-slow-troubleshooting</link>
      <guid isPermaLink="true">https://ucopy.io/en/blog/webrtc-file-transfer-slow-troubleshooting</guid>
      <description>Troubleshoot fast direct transfers but slow TURN, or healthy screen sharing beside a crawling DataChannel, by checking the route, backpressure, acknowledgement windows, storage, and CPU.</description>
      <category>Troubleshooting</category>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>WebRTC NAT Traversal: Why Direct Works Here but TURN Is Needed There</title>
      <link>https://ucopy.io/en/blog/webrtc-nat-traversal-guide</link>
      <guid isPermaLink="true">https://ucopy.io/en/blog/webrtc-nat-traversal-guide</guid>
      <description>Follow ICE gathering, checks, pair selection, and network change to see how home routers, strict NAT, firewalls, IPv6, VPNs, and guest Wi-Fi affect direct WebRTC.</description>
      <category>Networking</category>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>WebRTC P2P File Transfer: Direct Paths, STUN, TURN, and Safety</title>
      <link>https://ucopy.io/en/blog/webrtc-p2p-file-transfer-guide</link>
      <guid isPermaLink="true">https://ucopy.io/en/blog/webrtc-p2p-file-transfer-guide</guid>
      <description>Follow a browser file transfer from pairing to verification, including direct WebRTC paths, STUN discovery, TURN fallback, backpressure, resume behavior, and the security checks that matter.</description>
      <category>WebRTC Basics</category>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>
