ReadyMage Help
  • ReadyMage
  • USER PORTAL
    • User Portal Access
    • Change Password
    • Two-Factor Authentication
  • Project Management
    • Project List
    • Project Settings
      • General Info
      • Git Management
      • Environments
      • Members and roles
      • Security
        • Deletion Protection
        • TFA Enforcement
      • Delete Project
  • Application Management
    • Magento Details
    • Domain Management
    • Logs & Monitoring
    • Backups
      • Backup process
      • Disaster recovery process
    • Deployments
      • Deploy without build cache
      • Queue Tab (Launching soon)
      • Settings Tab (Launching soon)
        • Automatic Deployments
        • ReadyMage Maintenance Page
          • Website Access During Maintenance
      • Notifications Tab (Launching soon)
        • Managing email notifications
        • Managing Slack notifications
      • Pipeline Deployments
      • Pipeline Configuration file
        • Migration guide from 0.x.x to 1.0.0
    • SSH Access
      • SSH Usage
      • Database Access using Graphical Interface
      • Troubleshooting
    • IP Whitelist
    • Password Authentication
    • Database & Media
    • Search Engine Bots Discovery
  • Service Management
    • Server-Side Rendering
    • SFTP
    • NewRelic
    • Packagist Modules
    • Cloudflare
  • Infrastructure Management
    • Autoscale
    • Sleep Mode
    • Manage Services
    • Historical Resource Usage
  • PROJECT DEVELOPMENT
    • Node.js version
    • Store access
    • Creating a Production Environment
    • Additional Environments
    • ScandiPWA, PWA Studio, Hyva, or Luma
    • Project Migration to ReadyMage
    • SSH Access for Magento CLI, database and media
    • Code customization and local setup
    • Extension installation
    • Add translations (switch locale)
    • Existing ScandiPWA Project Code Migration
    • Database and media migration
    • Redirect setup
    • Connect CDN and WebP optimization
    • Email setup
    • Changing the Domain & Multi-Store Set up
    • Internal service addresses
    • Kibana filters and useful CLI commands
    • Persistent directories
  • FAQ
    • General
    • Autoscaling
    • Billing
    • User Portal Options
    • Services connected to ReadyMage
    • Hosting, managing resources and autoscaling
    • Source Code Management
    • ScandiPWA and Magento Versions, Commerce Edition and Upgrades
    • Supported software versions
Powered by GitBook
On this page
  • SFTP Access
  • Using account SSH key integration (preferred way)
  • Using SSH key
  • Directory mapping
  • Connect to SFTP server
  • Connect using FileZilla

Was this helpful?

  1. Service Management

SFTP

PreviousServer-Side RenderingNextNewRelic

Last updated 8 months ago

Was this helpful?

SFTP (SSH File Transfer Protocol) works by using a secure shell data stream. It establishes a secure connection and then provides a higher level of protection for data while transferring it.

SFTP Access

Using account SSH key integration (preferred way)

Using this method you will not need to copy-paste your key for each environment. It will be linked to your ReadyMage account.

Add SSH Key to your account

Navigate to Account -> Integrations.

Click Add Key.

Enter your SSH Public Key and click Save.

After saving, the SSH key will be partially visible in the integrations.

Grant user access to SFTP

Navigate to User Portal → Project → Selected Instance → Service Management → SFTP tab. Click Add User and select User by email.

Using SSH key

Navigate to the User Portal → Project → Selected Instance → Application Management → SFTP tab. Click Add SFTP Key, fill in your SSH username, and add your SSH Public Key or leave it empty to get a one-time generated password.

Directory mapping

Following directories are available on the SFTP server and mapped to appropriate directories in Magento 2 root:

  • /import -> <magento2_root>/var/import

  • /export -> <magento2_root>/var/export

  • /media -> <magento2_root>/pub/media

Connect to SFTP server

Connection details are available in the SFTP tab in the Service Management section.

Connect using FileZilla

  1. Open FileZilla.

  2. Go to Edit > Settings > Connection > SFTP

  3. Add your private SSH key using Add key file button.

  4. Enter Host, Username, and Port in Quickconnect fields.

  5. Press Quickconnect.

SFTP does not grant access to Magento 2 and ScandiPWA source files. Code changes and extension installation require .

To connect to the SFTP server you can use a free cross-platform client like .

local setup
FileZilla