Now have SFTP access to your staging server
Editor’s note: this post contains out of date information.
We’ve had the “staging area” feature since day 1, but until now it’s not been possible to use SFTP to access your files there. Lame!
So now you can. Here’s how:
Log into SFTP with the same settings as your normal site, except use: sitename-staging
instead of: sitename
as your username. Password, server, etc are all the same.
Note: If you haven’t created a staging area recently, this probably won’t work yet. First generate a new staging area, then try it.
Another Note: Remember that our SFTP server is now: sftp.wpengine.com
and not: sitename.wpengine.com
.
Enjoy!
FYI, you need to connect on port 22000, not the default port (22). I found this out from a response to my support ticket. Here was the response:
You need to use port 22000, not port 22.
Like this:
sftp -oPort=22000 sftp.wpengine.com
Cheers,
Lars
It appears the the final note about the SFTP server is reversed. It is now sitename.wpengine.com.