Re: Hoping for a working example of SFTP in PHP
[email protected] (David Spector)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
Dear Eric, I in your program, I have: copy($localFile, $streamUrl) According to the PHP Manual, this is correct. It will copy the local file to the destination. I don't know how to debug this further. David