Skip to contentConnecting to Cloud Platform with an SFTP client
You can use a third-party Secure File Transfer Protocol (SFTP) client to connect to your Cloud Platform environments and work directly with your files, backups, and import folders.
Before you begin
To connect with and use SFTP with your Cloud Platform-based applications:
Register your public SSH key with Cloud Platform:
To connect to a Cloud Platform infrastructure, you must have an SSH private/public key pair and register the public key in Cloud Platform. For information about how to do this, see Getting started with SSH.
Acquia Cloud Classic Only
After you make changes to your codebase using live development, you must commit all the changes to your Cloud Platform repository, or else the changes will be lost when you exit live development.
Selecting an SFTP client
You can use any client that supports SFTP connections to remote infrastructure. Here are a few possibilities to consider:
Example
Here is an example demonstrating how to connect to Cloud Platform with SFTP, based on WinSCP:
Connecting to Cloud Platform with an SFTP client
You can use a third-party Secure File Transfer Protocol (SFTP) client to connect to your Cloud Platform environments and work directly with your files, backups, and import folders.
Before you begin
To connect with and use SFTP with your Cloud Platform-based applications:
Register your public SSH key with Cloud Platform:
To connect to a Cloud Platform infrastructure, you must have an SSH private/public key pair and register the public key in Cloud Platform. For information about how to do this, see Getting started with SSH.
Acquia Cloud Classic Only
After you make changes to your codebase using live development, you must commit all the changes to your Cloud Platform repository, or else the changes will be lost when you exit live development.
Selecting an SFTP client
You can use any client that supports SFTP connections to remote infrastructure. Here are a few possibilities to consider:
Example
Here is an example demonstrating how to connect to Cloud Platform with SFTP, based on WinSCP:
Advanced
On the Advanced Site Settings page, select Directories.In Remote directory, change to the live development folder for your application’s Development environment: /mnt/files/[site].dev/filesIn Local directory, change to the docroot directory in your local code repository.On the Advanced Site Settings page, select Authentication.In Private key file, select your private key. You must convert your SSH key into a format compatible with WinSCP. You can use PuTTYgen (which is in the WinSCP installation package) to convert your key into the .ppk format required by WinSCP. For more information, see Converting SSH keys for WinSCP. Select Ok.In the Save session as dialog, enter [site].[env], where [site] is the sitename, and where [env] is the environment you want to connect to (one of prod, test, or dev). Select Login to connect to your Cloud Platform infrastructure.Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.
Advanced
On the Advanced Site Settings page, select Directories.In Remote directory, change to the live development folder for your application’s Development environment: /mnt/files/[site].dev/filesIn Local directory, change to the docroot directory in your local code repository.On the Advanced Site Settings page, select Authentication.In Private key file, select your private key. You must convert your SSH key into a format compatible with WinSCP. You can use PuTTYgen (which is in the WinSCP installation package) to convert your key into the .ppk format required by WinSCP. For more information, see Converting SSH keys for WinSCP. Select Ok.In the Save session as dialog, enter [site].[env], where [site] is the sitename, and where [env] is the environment you want to connect to (one of prod, test, or dev). Select Login to connect to your Cloud Platform infrastructure.Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.