Tag

Resumable Transfer

0 views collected around this technical thread.

DevOps Operations Practice
DevOps Operations Practice
Feb 6, 2025 · Operations

Achieving Resumable File Transfers with SCP Using Rsync, Split, and Tmux

This article explains why SCP cannot resume interrupted transfers and provides practical alternatives—including rsync with the --partial option, splitting files with the split command, and keeping sessions alive with tmux—to achieve reliable, resumable file transfers on Linux systems.

LinuxResumable TransferTmux
0 likes · 6 min read
Achieving Resumable File Transfers with SCP Using Rsync, Split, and Tmux