Hello, I want to run webftp in remote server and reach it through browser, so I change `window.require('fs')` to `require('fs')` then I meet: ```Unhandled Rejection (TypeError): fs.readdir is not a function```
Hello, I want to run webftp in remote server and reach it through browser, so I change
window.require('fs')torequire('fs')then I meet:Unhandled Rejection (TypeError): fs.readdir is not a function