This topic is locked

Secure FTP (ssh) with phprunner.php

11/18/2007 6:53:56 PM
PHPRunner General questions
J
john.nibarger author

Just stumbled onto PHPrunner and love the concept.
I have to use phprunner.php to connect as our server is set for localhost only.
The problem is, our server also only accepts SFTP (secure ftp) connections, not standard ftp. I haven't found any option for using sftp connection.
Anyone have any ideas, suggestions?
Thanks,

John

Admin 11/19/2007

Hi,
PHPRunner doesn't work with https or sftp.

We plan to add SSL support to the next version of PHPRunner.
With the current version you can use some SSL tunnelling software to connect your secure webserver.

I.e.

http://barracudaserver.com/products/Barrac...HttpsTunnel.lsp
Upload phprunner.php located in PHPRunner installation folder to the server using your favorite FTP client.

Then use SSL tunnelling software to connect it.

J
john.nibarger author 11/19/2007

Hi,

PHPRunner doesn't work with https or sftp.

We plan to add SSL support to the next version of PHPRunner.
With the current version you can use some SSL tunnelling software to connect your secure webserver.

I.e.

http://barracudaserver.com/products/Barrac...HttpsTunnel.lsp
Upload phprunner.php located in PHPRunner installation folder to the server using your favorite FTP client.

Then use SSL tunnelling software to connect it.


Thanks for the info. I did as you suggested by uploading script with my FTP client. However, I am successfully using PHPrunner through HTTPS. I put the phprunner.php script in my secure folder and reference it as https url. Seems to work just fine connecting and working!

S
steveh 9/15/2008

Will sftp support make it into V5 final?