FTP Browser #11
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: thereadme/Hawk#11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think it would be great to have an FTP browser, I'm just going to introduce a new
api
instead offiles.js
which handles the FTP connections, the methods and the API should work alike.This is going to be implemented using
mozTCPSocket
API.Initial commit for this issue:
2eaf2ac1f
, made a huge process, requires a few fixes and testing.