mdibaiee / Hawk

The missing Firefox OS file manager
https://marketplace.firefox.com/app/hawk/
GNU General Public License v3.0
13 stars 0 forks source link

FTP Browser #11

Open mdibaiee opened 8 years ago

mdibaiee commented 8 years ago

I think it would be great to have an FTP browser, I'm just going to introduce a new api instead of files.js which handles the FTP connections, the methods and the API should work alike.

This is going to be implemented using mozTCPSocket API.

mdibaiee commented 8 years ago

Initial commit for this issue: 2eaf2ac1f, made a huge process, requires a few fixes and testing.