SSH and SFTP
>_
Direct file access through SSH and SFTP to either go traditional by uploading your website or extend your deployment or to sync user uploads up and down.
# Sync runtime data
Git deployment is recommended. But websites usually produce additional runtime data such user uploads. Keep that in sync with SSH or SFTP. Use the power of rsync to extend your deployment or create unique deployment workflows.
# Debugging
Login by SSH to examine the deployed files directly. Check logs and runtime data directly. Run commands.
# Legacy SFTP workflows
Not yet ready to use Git, or need to deploy a WordPress website? No problem. Spin up your SFTP client, setup SSH key authentication and upload your website.