This forum is no longer active. Please post your questions to our new community site
Uploading files
|
|
Is it possible to connect to BitNami Amazon Machine Image through Filezilla? I want to upload my theme to sites/all/themes If yes, how??? SFTP? |
|
|
Hi, The FTP server is not enabled but you can use SCP (WinSCP for example) to copy files into the machine through SSH. |
|
|
OK. Can I use FileZilla 3.3.2.1 for that? Host: ec2-[ip address].eu-west-1.compute.amazonaws.com |
|
|
WinSCP 4.2.8 doesn’t work also… My settings:
than i pressed “Login button” and got a message: “Authentication log (see session log for details): Using username “admin”. Server refused our key. Authentication failed." AND MY AMI ID is ami-231f3557 |
|
|
I have a similar problem. thanks for any suggestions. |
|
|
Same with other destination directories on the VM, for example /opt/bitnami/apps/drupal/htdocs/modules. |
|
|
i use this now. http://getpantheon.com/mercury/what-is-mercury |
|
|
i guess mercury is a little too much for me. |
|
|
Hi, @alexonchik The SCP credentials are not correct:
@ernie The “bitnami” user does not have access privileges to the drupal files for security reasons. If you want to have access to write files, you can change the folder permissions. Try to login in the machine using SSH and then run the following command: bq $ sudo chown -R daemon:bitnami /opt/bitnami/apps/drupal/htdocs |
|
|
guess should be : sudo chown -R bitnami:daemon /opt/bitnami/apps/drupal/htdocs |
|
|
Yes sorry, you are right. |

