Page 1 of 1

SFTP connection with PHP 5.2

Posted: Thu Aug 05, 2010 7:28 am
by thewolf
Hi,

It looks like the libcurl version shipped with RHEL4 doesn't support SFTP.

Is there any alternative to do an SFTP connection with PHP 5.2 from the atomic repo on RHEL4?

Thanks.

Re: SFTP connection with PHP 5.2

Posted: Thu Aug 05, 2010 11:52 am
by scott
curl is one of those packages we have to be careful about, since it interacts with so many others. An update to it could adversely other components, unless they too are also updated.

Re: SFTP connection with PHP 5.2

Posted: Sun Aug 08, 2010 11:50 pm
by mccullough
you could try phpseclib, a pure php sftp implementation. worked for me.