Re: Hoping for a working example of SFTP in PHP
[email protected] (Curtis Maurand)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
a quick google search turned up: https://andy-carter.com/blog/connecting-to-sftp-with-php Sent from my iPhone > On Feb 1, 2021, at 3:33 PM, David Spector <[email protected]> wrote: > > Bastien Koert, All the other errors I reported had the public and private keys in the same folder. The current version of the test program tries to read "w.pub" and "w.key". The problem is that the internal format of these files is not specified. Neither the PHP documentation nor the PHP error output is helpful. > > Any experts here? > > David