How can I write a file on an sftp-server with PHP?
- by Daniel
Hi, I hope someone here could help me, because I couldn't find any solution with Google. What I have to do is to generate a XML-string (that works) an save that directly into a file on an sftp-server.
So far, so good... I used the following code with ftp and it works to, but not with ftps. So I either need another options-configuration for the…