Reputation: 2317
I know that when installing PHP you use --enable-ftp
in the command line to enable FTP.
But if I have a PHP install that doesn't have FTP support and I want to add it, is there a way? Something in PHP.INI?
Or do I need to simply reinstall?
Upvotes: 2
Views: 11680
Reputation: 21661
You can also use this
https://github.com/phpseclib/phpseclib
if you want to do sFTP without enabling the ssh2 extension.
Upvotes: 0