Fornari hello, i have a wordpress theme that i store images on another server and i want to communicate via sftp. in this case it's giving an error and asking to install libssh2, how do I do that?
aaPanel_Kern Fornari Hello,Try the following commands: Centos: yum install libssh2-devel -y debian/ubuntu: apt update && apt install libssh2-1-dev -y