there are some backup> transfer extensions for joomla (e.g. akeeba backup) that use ftp to backup/clone a site to another location. they’ve worked everywhere I’ve ever used them…except here…and that’s probably for good reason (since there are risks of course).
how can I make this work for the short time and disable later, yes, I know not particularly safe.
joomla is trying to use an ftp user on port 21, 127.0.0.1, (and I’m using a valid sftp user). but it fails. help me with some basics someone!!?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I’ve complete this (using Joomla3) by using SFTP without installing ptoftpd.
Before using it need to check that you have
ssh2 phplibrary already installed.
To install it on Ubuntu 14.04 (in my case):
sudo apt-get install libssh2-php
Then use SFTP:
host: localhost port: 22 user: root pass: <your pass>
Try installing ProFTPD: <br> <br><a href=“https://www.digitalocean.com/community/articles/how-to-set-up-proftpd-on-ubuntu-12-04”>https://www.digitalocean.com/community/articles/how-to-set-up-proftpd-on-ubuntu-12-04</a>
Heya,
Droplets do not support FTP by default since it’s an insecure protocol. However, the Droplets’ SSH service does support SFTP to transfer files over SSH, which we highly recommend.
Follow our How To Use SFTP to Securely Transfer Files with a Remote Server tutorial and use the following information to log in to the server:
If you are using a root user and you choose password authentication, you need to log in to the Droplet via SSH prior to logging in via SFTP, to ensure your password is set properly. If you choose key-based authentication, you only need to provide the key to the SFTP client. To learn how to connect through SSH, see our tutorial.
If you are using FileZilla to connect using SFTP, see our How to Transfer Files to Droplets With FileZilla tutorial.
Regards
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.