A minimal FTP manager built on Electron.
- Explore files
- Move, delete, upload files
- Drag and drop
- Save connection to favorites
I haven't worked ont this for a while. I may get back into it, but maybe not. Feel free to check out the forks. It does still work, though.
- Clone the repo.
- cd to the directory
- make sure electron is installed
npm install electron
- install and run with
npm install && npm start
- Install Electron Packager Interactive with
npm install -g electron-packager-interactive
- run
epi
- Follow steps
- Icon is `./icon.ico'