Best SFTP Client for a Seedbox in 2026 (Tested for Big-File Speed)
On this page ▾
The best SFTP client for a seedbox is the one that downloads a single big file over several connections at once. A seedbox sits in a data centre on another continent, SFTP runs one encrypted stream per file, and one stream over 150–300 ms of latency crawls whatever your line speed. Of the seven clients below, four can split a file into segments, two do it on all three desktop operating systems, and one does it by default with no merge step. That one is our own free client, evoftp, so read the caveats before you trust the ranking. Every claim below comes from the vendor’s own docs.
How we judged them
- Segmented single-file download. One file, several connections. For a 40 GB remux from 8,000 km away this is the difference between 3 MB/s and line speed. Everything else is secondary.
- Price and platforms.
- Resume after a dropped connection.
- Ease of connecting to a seedbox.
- Honesty about install caveats: unsigned builds, bundled offers, donation prompts. Ours included.
1. evoftp — segmented by default, free, all three OSes
evoftp is the client we built for this problem. Every file over 8 MB is split into segments pulled in parallel over several SSH connections and written straight into place: no merge step, no setting to find. The Balanced profile uses 4 segments per file, 3 files at once and 8 connections; “Long distance” raises that to 8 segments with a 16 MB in-flight window sized from your ping. In our tests a Mac in India at 250–700 ms RTT went from about 2.4 MB/s per connection to line speed.
Segmented? Yes, default, no merge. Price: free, GPL-3.0 (0.2.0). Platforms: Windows 10/11 portable .exe, macOS 11+ (Apple Silicon and Intel), Linux AppImage. Resume: yes, via a .evoftp-part sidecar; download the same file into the same folder and it continues. Connecting: one click from the “Connection file” link in your client area.
The honest caveats. Unsigned builds, so SmartScreen and Gatekeeper warn on first launch. SFTP, FTPS and FTP only: no WebDAV or S3. No folder sync, scheduling, speed limit or remote edit. On the unsigned macOS build, saved passwords are stored unencrypted; leave the field empty if that bothers you.
Verdict: the fastest way to get large files off a seedbox without a terminal, if SFTP is all you need.
2. Cyberduck — segments by default, then merges
Cyberduck is the closest competitor on the criterion that matters. Its docs say files larger than 100 MB “will be split into segments and downloaded over multiple connections”, on by default. The catch: the segments are merged afterwards, and the same page warns that “merging the segments may take a considerable amount of time” and only succeeds if every part finished. Segment count is undocumented. It also speaks WebDAV, S3 and around 30 cloud back ends, keeps its transfer list across restarts, and imports bookmarks from Transmit, FileZilla and WinSCP.
Segmented? Yes, default above 100 MB, with a merge. Price: free (GPL) with a donation prompt; $23.99 on the Mac App Store. Platforms: macOS, Windows. Resume: yes, server-dependent. Connecting: host, user, password, or a bookmark.
Verdict: best if you also need cloud protocols and can wait for the merge on big files.
3. WinSCP — can segment, if you find the setting
WinSCP is actively maintained (6.5.6, 2026-03-25) but Windows only. Segmented download is opt-in and buried: Preferences → Background → “Use multiple connections for single transfer”, then the sub-option “Use multiple connections for single file”, SFTP only, above a size threshold, and not with some commands. WinSCP’s own FAQ on low transfer speed blames single-core encryption and SFTP’s request/response latency and points to parallel connections as the fix. Where it wins is automation: scripting, a .NET assembly, synchronise with preview and keep-up-to-date.
Segmented? Opt-in, SFTP only. Price: free (GPL). Platforms: Windows. Resume: yes; SFTP transfers go to a temporary filename and auto-resume. Connecting: login dialog, saved as sites.
Verdict: the Windows pick for automation, once you tick the multi-connection option.
4. FileZilla — ten files at once, never one file in pieces
FileZilla is where most seedbox users start. It runs up to 10 transfers at a time but never splits one file across connections, by design: asked for segmented transfers on the project forum, the developer answered “Never. There’s no need for it.” (thread 24720) and later confirmed “FileZilla doesn’t use segmented transfers” (thread 35292). Tracker ticket #5062 is still open. One 30 GB file therefore uses one connection while nine slots idle.
Also from FileZilla’s own knowledge base: “by default, FileZilla and FileZilla Pro save the passwords you enter in the Site Manager in plain text” (a master password exists since 3.26, off by default), and the Windows installer can still carry bundled offers, which is why some antivirus products flag it.
Segmented? No. Price: free (GPL); Pro is paid and adds cloud protocols. Platforms: Windows 8.1+, macOS, Linux. Resume: yes, files over 4 GB too. Connecting: Quickconnect bar or Site Manager.
Verdict: fine for many small files, wrong for one big one. Our slow FTP download speeds page explains why.
5. Transmit 5 — the nicest interface, no segmenting
Panic’s Transmit is the client evoftp’s interface is openly modelled on: dual panes, tabs, Panic Sync, Rules and folder sync with a simulate mode. Panic’s feature list mentions “multi-connection file transfers”, but no page in its documentation describes splitting one file into segments, and its transfer docs note that “not all servers support resuming”.
Segmented? Not documented; treat as no. Price: $45 one-time. Platforms: macOS 13+ only. Resume: yes, via the conflict dialog. Connecting: Servers sidebar.
Verdict: worth it for web work on a Mac; not for pulling big files from a distant seedbox.
6. lftp — the reference, in a terminal
lftp is what every segmented client is measured against. pget -n 8 file.mkv pulls one file over eight connections; mirror --parallel=5 --use-pget-n=8 does a folder; -c continues. No interface beyond the prompt. evoftp reimplements the pget technique with a window and a queue.
Segmented? Yes, pget -n. Price: free (GPL). Platforms: Linux, macOS; Windows via WSL. Resume: yes, -c. Connecting: lftp sftp://user@host.
Verdict: fastest if you are comfortable in a shell; the reason the others exist if you are not.
7. CuteFTP — paid, Windows only, back from an eight-year gap
CuteFTP is the client long-time seedbox users remember for multi-part downloads. Fortra shipped 9.4.0 on 2026-04-06, the first release since 9.3.0 in July 2018; the Mac version stopped in 2014. Multi-part transfers are real (HIGH uses two parts, MAX more), but they are built around FTP sessions and CuteFTP’s own help says they are not recommended over SSH or SSL because of the CPU cost.
Segmented? Yes, FTP-centric, discouraged over SFTP. Price: $59.99 one-time, $89.99 with a year of support. Platforms: Windows. Resume: yes. Connecting: Site Manager or Connection Wizard.
Verdict: only if you already own it. Its own docs steer you away from the feature you would buy it for.
Comparison table
| Client | Segmented single file | Price | Platforms | Resume | Connecting | Install caveats |
|---|---|---|---|---|---|---|
| evoftp | Yes, default, no merge | Free, GPL-3.0 | Windows, macOS, Linux | Yes (sidecar) | One click from client area | Unsigned builds; no WebDAV/S3; no sync |
| Cyberduck | Yes, default above 100 MB, merge step | Free, GPL ($23.99 App Store) | macOS, Windows | Yes (server-dependent) | Host, user, password | Donation prompt on website build |
| WinSCP | Opt-in, SFTP only | Free, GPL | Windows | Yes (temp filename) | Login dialog | Segmenting off until enabled |
| FileZilla | No (up to 10 files at once) | Free, GPL; Pro paid | Windows, macOS, Linux | Yes | Quickconnect | Plain-text passwords by default; bundled offers in Windows installer |
| Transmit 5 | Not documented | $45 | macOS 13+ | Yes | Servers sidebar | Paid; Mac only |
| lftp | Yes, pget -n |
Free, GPL | Linux, macOS, WSL | Yes (-c) |
Command line | No GUI |
| CuteFTP | Yes, FTP-centric, discouraged over SSH | $59.99 | Windows | Yes | Site Manager | Paid; eight-year release gap |
Our pick and why
For seedbox users: evoftp. It is the only client here that segments every file by default with no merge, free on Windows, macOS and Linux, with a double-click connection from the client area. If the unsigned build or the missing sync and cloud protocols are a problem, the next three are all good.
If you need scripting: WinSCP. .NET automation and keep-up-to-date, free, with segmenting once you tick the option. Windows only.
If you need cloud protocols: Cyberduck. S3 and the rest alongside your seedbox, segmenting on by default. Budget time for the merge.
If you live in a terminal: lftp. pget -n 8 is the benchmark; evoftp only matches it without the typing.
Whichever you pick, get the connection right first with the SFTP setup guide; transfer files from seedbox compares SFTP with the other ways off the box.
FAQ
Why is one SFTP connection so slow from a seedbox?
SFTP is request/response inside one encrypted stream. Each round trip to a server 150–300 ms away caps the data in flight, so one connection settles at a few MB/s regardless of your line. Several connections for the same file multiply that ceiling.
Is FileZilla really unable to split a file?
Yes. It runs up to 10 transfers at once but each file uses one connection. The developer has said on the project forum that segmented transfers will “never” be added, and ticket #5062 requesting them remains open.
Why is evoftp unsigned, and is it safe?
Signing certificates cost money we have not spent yet, so Windows and macOS warn on first launch. The source is GPL-3.0 and the app sends nothing about you anywhere beyond a version check. It works with any SFTP server, not only ours.
Download evoftp
Grab the build for your OS from neo.myseedbox.site/share/evoftp/, open the connection file from your client area, and pull your first large file. The evoftp guide covers the install prompts on each OS and the Long distance profile.
Related articles
Put this into practice
EvoSeedbox ships with one-click app installs and up to 10 Gbps per box.