This topic is locked

Uploading files to Amazon

9/11/2013 8:38:08 AM
PHPRunner General questions
M
marthins author

Hello,
I am trying to upload a project to an Amazon server EC-2 but I could not connect using SFTP (FTP over SSH). Is there any additional configuration to create this connection?
Regards
Marthins

C
cgphp 9/11/2013

Are you using FileZilla? Check this blog post http://www.codestore.net/store.nsf/unid/BLOG-20111012-0812

Sergey Kornilov admin 9/11/2013

PHPRunner supports both SFTP and FTPS. Hard to tell what exactly might be not working - not enough info.
As Cristian suggests - you can use any other FTP/SFTP tool for upload purposes. Simply upload all files from the output folder to the web server.

M
marthins author 9/11/2013

Cristian, I´ve been using FileZilla to upload files, thanks for your suggestion. I just want to know if there is a way to configure the SSH key to use PHPRunner SFTP. If it is not possible, the access will be denied by the server as Amazon uses keys to check the identity instead of login/password.

Best regards
Marthins

C
cgphp 9/11/2013

I think only Sergey can answer to this question.

Sergey Kornilov admin 9/11/2013

PHPRunner doesn't have the option to use SSH keys for upload purposes.