I've developed a full stack app. 🎉 Yayy!!
If you need a full stack app which can explore FTP server directory and get file content through web, take a look at my project.
Demos are below.💡
Backend API - https://ftpseer.herokuapp.com Frontend UI - https://ftpseerclient.herokuapp.com
Source code at 👾
https://github.com/m3yevn/ftp-seer andhttps://github.com/m3yevn/ftp-seer-client
Tech Stack : NodeJS, JsFtp, Svelte, Sapper
If you wish to contribute kindly create issues and pull requests.
Cheers! 🍺 🍺 🍺
Check me out @ https://
Why a browser still matters
Most developers live in terminals for remote files; many stakeholders do not. A web explorer is a kindness—permissions visible, paths legible, fewer “can you send that file again” threads. The project was never meant to replace SFTP clients for power users; it was meant to lower the fence for everyone else who still has to touch a server directory once a quarter.
Building it taught the usual lessons: authenticate carefully, never trust path traversal, stream large files instead of pretending RAM is infinite. Small tools like this are good practice for larger systems—every enterprise admin panel is FTP Seer with extra policy wrapped around it.
What still holds
Tools change; the habit of building in public does not. The useful part of these experiments was never the star count—it was learning to finish something small, name it, and let the next developer find it without a sales deck. That posture travels with you into enterprise work: fewer demos, more systems that still make sense six months later.