wsftp icon indicating copy to clipboard operation
wsftp copied to clipboard

A NodeJS server and Chrome Extension client that allows file transfer on web sockets, using socket.io.

WS-FTP with NodeJS and Chrome

To start the server

node app.js

To add the extension to your chrome,

  1. Goto Extensions
  2. Check Developer Mode
  3. Load Unpacked Extension
  4. Point to the chrome-wsftp-client folder.