Re: Hoping for a working example of SFTP in PHP
[email protected] (David Spector)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
Eric, Thank you for all your work. Shows how uninterested the world is in having good secure file copying in PHP. But after I changed the end of the program to ssh2_disconnect($sftp); ssh2_disconnect($connection); the same error happens (a browser timeout). Are you sure these two statements are correct? David