We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A user brought this up in a post. Not sure how much trouble it is.
According to the PHP Manual, ftp_ssl_connect() is not intended for use with sFTP. They recommend using the function ssh2_sftp() to connect to sFTP servers. http://www.php.net/manual/en/function.ftp-ssl-connect.php
Are there any plans for implementing ssh2_sftp() as an option? I've tested it out and it is able to connect without issue to my sFTP server.
The text was updated successfully, but these errors were encountered:
ruben-
No branches or pull requests
A user brought this up in a post. Not sure how much trouble it is.
According to the PHP Manual, ftp_ssl_connect() is not intended for use with sFTP. They recommend using the function ssh2_sftp() to connect to sFTP servers.
http://www.php.net/manual/en/function.ftp-ssl-connect.php
Are there any plans for implementing ssh2_sftp() as an option? I've tested it out and it is able to connect without issue to my sFTP server.
The text was updated successfully, but these errors were encountered: