Re: Hoping for a working example of SFTP in PHP
[email protected] ("R. Eric Wheeler")
| Newsgroups | php.general |
|---|---|
| Message-ID | <CAOBuhStcNOOnyYYgjzVnEiGe_zsFoLQOz_6zvqniM+4MejuYTg@mail.gmail.com> |
Apologies, I missed that. I'd be happy to try the code. I should have a minute tomorrow. In the meantime, here is another gist of just the stream code, rewritten a little. https://gist.github.com/sikofitt/667d8e19015b4af8306ef66573120dec. Eric On Thu, Feb 4, 2021, 5:15 PM David Spector <[email protected]> wrote: > Eric, > > I don't understand. I already said that allow_url_fopen was on. This is > from my PHP.ini: > > ; Whether to allow the treatment of URLs (like http:// or ftp://) as > files. > allow_url_fopen = On > > I have tried various paths. Nothing works. > > Perhaps you could take my code and run it on your Windows computer and > let me know if it works for you? > > David >