Open lucasdidur opened 8 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.
@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
Can you provide the sftp-0.8.0.min.js file? The site is offline.