Re: [PHP] Help with SSH2

2008-05-29 Thread Jim Lucas
Gonzalo Bettancourt wrote: Hello, I'm from Chile, so, I don't write great in English. My cuestion is: I'm programming a Website where you can see the files that you have in a remote PC. (In my University Computer Room) I don't know how to Download a file from the remote pc to my computer an

[PHP] Help with SSH2

2008-05-29 Thread Gonzalo Bettancourt
Hello, I'm from Chile, so, I don't write great in English. My cuestion is: I'm programming a Website where you can see the files that you have in a remote PC. (In my University Computer Room) I don't know how to Download a file from the remote pc to my computer and, also, how to Upload a file

Re: [PHP] Help with SSH2 persistent connection in php

2008-04-11 Thread Jason Norwood-Young
On Fri, 2008-04-11 at 10:14 -0300, Rodrigo Reis da Rocha wrote: > I want to make an persistent connection via ssh2 to a server with php, but > all I can get with the present API is an temporary connection that is lost > at end of the script. > Anyone have an idea of how I can save the Resource and

[PHP] Help with SSH2 persistent connection in php

2008-04-11 Thread Rodrigo Reis da Rocha
Hi, I want to make an persistent connection via ssh2 to a server with php, but all I can get with the present API is an temporary connection that is lost at end of the script. Anyone have an idea of how I can save the Resource and reuse it on future scripts instead of having to reconnect over and o