gigi1 Posted March 11, 2011 Share Posted March 11, 2011 hi, i'm currently developing a TCP application (client+server), and i'd like to insert something like a FTP server (i'd like not to run a real FTP server) what i want is: -being able to explore folders of the server PC (using some restriction server-side) -transfer selected files (i'm quite ok with that, found some working TCP file transfer script, and modified for my needs) so i'm looking for a "explorer.exe"-like visualization of the pc. I'm thinking about using some commands to transfer informations and then generate a HTML file to be view from an embed browser object client-sided - like browser standard FTPserver visualization In your opinions, are there better/easier ways to accomplish this? Is something like that already been done? (i didn't found anything) Gigi1 P.S.: I'm not asking for code, but for ideas P.P.S.: sorry for my english Link to comment Share on other sites More sharing options...
jvanegmond Posted March 11, 2011 Share Posted March 11, 2011 This is a good base to start with: You can easily expand it to serve HTML pages based on the requested folder. It won't be FTP, but if your objective is simply to browse and download files remotely (in the browser) then HTTP is just as good. github.com/jvanegmond Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now