lukaaash / sftp-ws

SFTP over WebSockets - client and server package for Node.js
MIT License
34 stars 16 forks source link

Web client script sftp-0.8.0.min.js #7

Open lucasdidur opened 8 years ago

lucasdidur commented 8 years ago

Can you provide the sftp-0.8.0.min.js file? The site is offline.

GuyPaddock commented 4 years ago

@lucasdidur One way to get this file is to checkout this project, install dependencies (npm install or yarn install), and then run the build command (npm build or yarn run build). You'll end up with sftp.js and sftp.min.js in the ./build/web folder.

Attached are the distribution files for 0.8.0, compiled on NodeJS v12 using ws@1.1.5 and graceful-fs@4.2.2 to make the install and build process work with NodeJS 12.

build-0.8.0.zip

GuyPaddock commented 4 years ago

@lucasdidur Also wanted to mention that I have forked this project and published the web version of the client on npmjs.com. You can find that package here:

https://www.npmjs.com/package/@inveniem/sftp-ws-web

Usage information is in the README of the parent project: https://www.npmjs.com/package/@inveniem/sftp-ws#using-with-webpack-in-a-browser-basedspa-app