PHP Classes

Need help on this

Recommend this page to a friend!

      SSH in PHP  >  All threads  >  Need help on this  >  (Un) Subscribe thread alerts  
Subject:Need help on this
Summary:Is it possible to download files?
Messages:3
Author:Justas
Date:2008-07-01 13:45:38
Update:2009-06-10 20:56:29
 

  1. Need help on this   Reply   Report abuse  
Picture of Justas Justas - 2008-07-01 13:45:39
I downloaded this script and it is working (at least example).
But now I need to make something like this - I run PHP script from localhost, it connects to remote server and downloads a file to my computer. File is in SFTP server. I don't know, maybe I am using wrong script or something. Actualy I have no idea how to do this using your script, but I have feeling, that this is exactly what I need.

  2. Re: Need help on this   Reply   Report abuse  
Picture of thomas mckinzey thomas mckinzey - 2009-02-13 19:56:01 - In reply to message 1 from Justas
SFTP is an SSH-2 thing. This library implements only SSH-1.

  3. Re: Need help on this   Reply   Report abuse  
Picture of Rick Rick - 2009-06-10 20:56:29 - In reply to message 2 from thomas mckinzey