/myFtp

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

myFtp

License

Getting started 😎

To run this project, Node.js is required.

Then, all yo have to do is:

npm install

// Start server side
npm run launch:server

// Start client side
npm run launch:client <HOST> <PORT>

Built with

  • Javascript
  • NodeJs