I have an FTP server running on port 21 in passive mode. I require a frontend-based FTP client created in JavaScript (not Node.js) that operates similarly to FileZilla.
hey, this is a neat idea. im curious though how you plan to tackle the brower’s sercurity limitations? ever tried using websockets for such a task? what do you think might be the next challenge?