SFTP connection with PHP 5.2

Support/Development for PHP
thewolf
Forum User
Forum User
Posts: 24
Joined: Tue Dec 21, 2004 7:53 am

SFTP connection with PHP 5.2

Unread post 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.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: SFTP connection with PHP 5.2

Unread post 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.
mccullough
New Forum User
New Forum User
Posts: 1
Joined: Sun Aug 08, 2010 11:47 pm

Re: SFTP connection with PHP 5.2

Unread post by mccullough »

you could try phpseclib, a pure php sftp implementation. worked for me.
Post Reply