Hi folks, hope you are well? :o) It´s not really a mootools related question, but i hope there are a lot of experts here.
This page mentiones, I can do a FTP requests to my own server: https://developer.mozilla.org/en/using_xmlhttprequest so I tried this using Google Chrome 10: req.open('LIST', 'ftp://user123:[email protected]/', true); req.onreadystatechange = handler; req.send(); but i get this exception: XMLHttpRequest cannot load ftp://mydomain.net/. Origin http://www.mydomain.net is not allowed by Access-Control-Allow-Origin. Did someone try this? I want to exec some simple FTP commands (list,get,put) on the same domain. greetings André
