Reference
Edge nodes
How ZenTransfer routes FTP uploads to the nearest regional server.
Last updated 2026-05-24
When you connect to ftp.zentransfer.io, DNS routes you to the nearest healthy edge node. Lower latency means faster uploads over mobile hotspots and congested venue networks.
Why edge nodes matter¶
FTP performance depends on round-trip time. Uploading from Tokyo to a server in the US is slower than uploading to a node in Japan. Regional servers also provide resilience — traffic can shift if one region has issues.
Regional hostnames¶
You can connect to a specific region directly if needed:
| Hostname | Region |
|---|---|
us.zentransfer.io | United States (Chicago) |
la.zentransfer.io | United States (Los Angeles) |
eu.zentransfer.io | Western Europe (Paris) |
uk.zentransfer.io | United Kingdom (London) |
se.zentransfer.io | Northern Europe (Stockholm) |
jp.zentransfer.io | Japan (Tokyo) |
kr.zentransfer.io | South Korea (Seoul) |
sg.zentransfer.io | Singapore |
au.zentransfer.io | Australia (Sydney) |
in.zentransfer.io | India (Hyderabad) |
ae.zentransfer.io | UAE (Dubai) |
br.zentransfer.io | Brazil (Sao Paulo) |
za.zentransfer.io | South Africa (Cape Town) |
The default ftp.zentransfer.io hostname is recommended for automatic routing and failover.
FTPS and SFTP¶
- FTPS:
ftps.zentransfer.io - SFTP:
sftp.zentransfer.io(port 2222)
Monitoring¶
Check real-time node status at status.zentransfer.io.
Related reading¶
- ZenTransfer Edge Nodes (blog) — infrastructure overview
