![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archivessh2 using Windows
From: adamsbarker <adamsbarker@gmail.com>
Date: Sat Jul 16 2005 - 02:43:41 CEST
i'm using Windows to access an ssh server. everything works perfect
ssh2_exec($connection, '/usr/local/bin/php -i');
i'm assuming this is for linux/unix machines, so on a Windows machine,
ssh2_exec($connection, 'c:/php/php.exe c:/a.php');
it doesn't seem to be working (the "a.php" file simply contains
also, with the send/receive functions, it comes up with errors. for
thanks,
|