I have an webDav CORS plugin, which I can use to POST/PUT/GET/REMOVE/ALLDOCS files on a webDav server.
I now want to do the same for FTP, but I\'m struggling to get
oReq.open("PUT", "ftp://`:`@mydomain.de/folder/test.txt", true); req.setRequestHeader('Content-Type', "text/plain"); req.send("Content of test.txt. This will be in test.txt");