Question
ftp from joomla
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×I’ve complete this (using Joomla3) by using SFTP without installing ptoftpd
.
Before using it need to check that you have
ssh2 php
library 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>