0

So my Problem is about ftp in combination with javascript.

In my network i have a running ftpserver on port 21. And i need a website, where the browser has access to the ftpserver via a ftpclient. In the end it should be somithing like "filezilla" (ftpclient) running in the browser. I thought it could work to built a client with javascript but couldnt find a library. All i found was build for node.js, but thats backend and i need frontend. Also i know that javascript has limited permission and isnt able to open ports. Because of that my Ftpserver is configurated in passive mode, so the javascript code doesnt have to open ports.

3
  • You will need a backend for that probably Commented Aug 3, 2022 at 17:43
  • Does this answer your question? Implementing ftp using Javascript Commented Aug 3, 2022 at 17:46
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. Commented Aug 3, 2022 at 20:47

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.