-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
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
cURL with SFTP support #182
Comments
what is necessary for that ? |
To connect to an SFTP server via a proxy (not supported by phpseclib or ext-ssh2) from Heroku to a static ip as a service (QuotaGuard Static) and then to a server with a firewall that has an IP whitelist. |
I'm asking what is necessary in the compilation of the curl extension to support that, not why you need it |
Compile curl against libssh2 - see ref 1 Refs: |
Well, we don't compile curl ourselves. We rely on the library provided by heroku in their dynos natively |
Hi.
Could we please have the curl for this buildpack support SFTP? It would make my life sooo much easier 👍
The text was updated successfully, but these errors were encountered: