EasyCloudify™
Products
  • Cloud PlatformImprove team productivity and integrate popular workflow applications.
  • Cloud Servers (VPS)NVMe SSD servers deployed in under 60 seconds.
  • Object StorageS3-compatible storage with built-in global CDN.
  • Managed DatabasesManaged PostgreSQL, MySQL, MongoDB, Valkey, Kafka & OpenSearch.
  • Managed WordPressManaged WordPress hosting, so you can focus on your business.
  • MarketplaceFind an app that suits you, then spin it up in 60 seconds or less.
  • Mail HostingPrivacy First Email Hosting for your business.
  • SEO & AI Visibility AuditAudit your site for SEO and AI answer engine visibility.
  • SecurityRock-solid application security for your peace of mind.
  • Client ToolboxManage projects, contracts, security engagements, and support.
  • Cybersecurity Overview
  • Digital Identity Defense
  • Penetration Testing
  • PTaaS
  • Red Team Operations
  • Incident Response & Advisory
Company
  • About
  • Brand Guide
  • Legal
  • Trust FAQ
Compare
  • Fully Managed Cloud
  • Elestio Alternative
  • Hetzner Alternative
  • Hostinger Alternative
  • SiteGround Alternative
  • OVHcloud Alternative
Cybersecurity
  • Pentest Specialties
  • Web Application Testing
  • API Security Testing
  • Mobile Application Testing
  • Cloud and VPC Security Testing
  • Internal Network Testing
  • External Network Testing
  • Wireless Security Testing
  • Salesforce Security Testing
  • Physical Penetration Testing
  • Phishing and Vishing Simulations
  • IoT Security Testing
  • OT Security Testing
  • AI and LLM Security Testing
  • Industries
  • Financial Services Cybersecurity
  • Healthcare Cybersecurity
  • Government Cybersecurity
  • Education Cybersecurity
  • Manufacturing Cybersecurity
  • Technology Cybersecurity
  • Blockchain and Crypto Cybersecurity
  • Telecommunications Cybersecurity
  • Transportation Cybersecurity
  • Water Utility Cybersecurity
  • Energy Sector Cybersecurity
  • Media Cybersecurity
  • Social Media Platform Cybersecurity
  • Compliance
  • PCI DSS Security Testing
  • HIPAA Security Testing
  • SOC 2 Security Testing
  • GLBA Security Testing
  • CMMC 2.0 / NIST 800-171 Security Testing
  • ISO 27001 Security Testing
  • GDPR Article 32 Security Testing
  • FedRAMP Security Testing
  • Trust Center
  • Security Research
  • Cybersecurity FAQ
  • Certifications
Resources
  • Use Cases
  • Blog
  • Certifications
  • Guides
  • Status
Get Started
  • Contact Sales
  • Pricing
  • Dashboard
EasyCloudify™EasyCloudify™
PricingContact
Log inStart deploying
EasyCloudify™ logoEasyCloudify™

Fully managed cloud infrastructure — deploy in minutes, not days.

Newsletter

The latest news, articles, and resources — delivered weekly.

Product

  • Cloud Platform
  • Marketplace
  • Managed WordPress
  • Mail Hosting
  • Security

Support

  • Open a Ticket
  • Documentation
  • Contact Sales
  • System Status

Company

  • About
  • Brand Guide
  • Global Infrastructure
  • Blog
  • Pricing

Legal

  • Terms of Service
  • Privacy Policy
  • Acceptable Use
  • Trust FAQ
  • All Legal Docs

  • Cloud Platform
  • Marketplace
  • Managed WordPress
  • Mail Hosting
  • Security

  • Open a Ticket
  • Documentation
  • Contact Sales
  • System Status

8 The Green, Suite A, Dover DE 19901, USA
+1 (302) 534-3122

© 2026 EasyCloudify™ LLC. All rights reserved.

Rated on Trustpilot
Terms of ServicePrivacy PolicyAcceptable Use
EasyCloudify™Docs
⌘K
Deploy a VPS Server — Launch a New Cloud Server on EasyCloudify™Manage Your Server — Power, IP, and Delete on EasyCloudify™VPS Performance Monitoring — Real-Time Server Metrics on EasyCloudify™Export Data From Your Server Over SFTP — EasyCloudify™Export and Sync Data With rsync — EasyCloudify™
HomeDocsServersExport Data From Your Server Over SFTP — EasyCloudify™
2 min read·Updated 2026-08-11

Export Data From Your Server Over SFTP — EasyCloudify™

TL;DR — SFTP lets you securely download any file from your EasyCloudify™ Cloud VPS (and any attached Block Storage) to your local machine, using the command line or a graphical client such as FileZilla.

What is SFTP?

SFTP (SSH File Transfer Protocol) runs over your server's existing SSH connection, so no extra software needs to be installed on the server. Anything you can reach on your server's filesystem — including data on an attached Block Storage volume — can be downloaded to your local machine.

Before You Start

  • You have a Cloud VPS deployed and running (see Deploy a VPS Server)
  • You know your server's public IP address and a user with SSH access (see Manage Your Server)
  • You have your SSH private key or password ready

Option A — Command-Line SFTP

Step 1 — Connect

On your local machine, open a terminal and connect with your server user and IP address:

sftp your-user@your-server-ip

If you use an SSH key stored somewhere other than the default location, specify it:

sftp -i /path/to/your-key your-user@your-server-ip

Step 2 — Navigate and download

Once connected, move to the directory that holds your data and download files or whole folders:

cd /var/www/my-app
get report.csv                 # download a single file
get -r uploads/                # download a folder and its contents

Downloaded files land in the local directory you started sftp from. Type bye to disconnect.

Option B — FileZilla (Graphical Client)

Step 1 — Open the Site Manager

In FileZilla, go to File → Site Manager → New Site.

Step 2 — Enter your connection details

FieldValue
ProtocolSFTP – SSH File Transfer Protocol
HostYour server's public IP address
Port22
Logon TypeKey file (or Normal for password)
UserYour SSH user
Key fileYour SSH private key (if using a key)

Step 3 — Connect and transfer

Click Connect. Your server's files appear in the right-hand pane. Drag any file or folder to the left-hand pane (your local machine) to download it.

💡 Tip: Block Storage volumes appear under their mount point (for example /mnt/your-volume), right alongside the rest of your filesystem — download from there the same way.

Next Steps

  • For large directories or repeated transfers, use rsync instead.
  • Need data from a deleted server? Recover files from a snapshot.
PreviousVPS Performance Monitoring — Real-Time Server Metrics on EasyCloudify™NextExport and Sync Data With rsync — EasyCloudify™
On this page
  • What is SFTP?
  • Before You Start
  • Option A — Command-Line SFTP
  • Step 1 — Connect
  • Step 2 — Navigate and download
  • Option B — FileZilla (Graphical Client)
  • Step 1 — Open the Site Manager
  • Step 2 — Enter your connection details
  • Step 3 — Connect and transfer
  • Next Steps

Was this helpful?

AI Tools