Hm, ok... it seems not possible. WebSocket is using port 81, no way to use
port 21. :(
This:
var socket = new WebSocket("ws://ftp.secureftp-test.com:21");
throws:
"WebSocket port 21 blocked"
Is there really no way to talk to an FTP Server through JS? I don´t want to
use Flash or Java Applet or the microsoft thing.
2010/6/4 André Fiedler <[email protected]>
> One question before i investigate some time in this. Is it possible to
> implement the FTP using the new WebSocket feature? Would be great for online
> code editors aso.
>
> greetings André
>