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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I think it would be great to have an FTP browser, I'm just going to introduce a new
apiinstead offiles.jswhich handles the FTP connections, the methods and the API should work alike.This is going to be implemented using
mozTCPSocketAPI.Initial commit for this issue:
2eaf2ac1f, made a huge process, requires a few fixes and testing.