Skip to content

6 SFTPConnection

GitHub-Actions edited this page Aug 5, 2020 · 3 revisions

Home

This step requires one of the following steps :

For various technical reasons relating to SFTP Chrooting, the SFTP users won't be able to send data to the Cloud Storage services from their root folders.

Only the contents of the ingest directory are mapped to Cloud Storage services.

To connect to the SFTP, you can use the following command :

sftp -P ${APP_HOST_PORT} -i $(pwd)/credentials/${ENV}/users/${APP_SFTP_USER}/rsa-key ${APP_SFTP_USER}@{APP_SERVICE_IP}:ingest/
Clone this wiki locally