ssh2-sftp-client
a client for SSH2 SFTP
File Explorer
Download Latest Version (.zip)- append-buffer.js
- buffer-put.js
- buffer-test.js
- bulk-fastget.js
- bulk-fastput.js
- bulk-get.js
- downloadDir.js
- exists.js
- fastget.js
- fastput.js
- get-stream.js
- get-writeable.js
- get.js
- large-buffer.js
- list.js
- listing-with-key.js
- mkdir.js
- multiple-get.js
- multiple-get2.js
- README.org
- realpath.js
- sftp-config-example.js
- stream-get.js
- stream-put.js
- uploadDir.js
- constants.js
- index.js
- utils.js
- append-hooks.js
- checksum-hooks.js
- chmod-hooks.js
- delete-hooks.js
- fast-get-hooks.js
- fast-put-hooks.js
- get-hooks.js
- global-hooks.js
- mixed-hooks.js
- mkdir-hooks.js
- permission-hook.js
- put-hooks.js
- rename-hooks.js
- rmdir-hooks.js
- stream-hooks.js
- .hidden-file5.txt
- file5.txt
- .hidden-file5.txt
- file5.txt
- .hidden-file3.txt
- file3.txt
- file4.txt.gz
- .hidden-file5.txt
- file5.txt
- .hidden-file5.txt
- file5.txt
- .hidden-file3.txt
- file3.txt
- file4.txt.gz
- file6.txt
- .hidden-file.txt
- file1.txt
- file2.txt.gz
- no-access.txt
- test-file1.txt
- test-file2.txt.gz
- 01connections.js
- 02realpath.js
- 03list.js
- 04exists.js
- 05stat.js
- 06mkdir.js
- 07rmdir.js
- 08put.js
- 09fastput.js
- 10append.js
- 11delete.js
- 12get.js
- 13fastget.js
- 14rename.js
- 15chmod.js
- 16uploaddir.js
- 17downloaddir.js
- 18checksum.js
- 19permission.js
- 20utils.js
- 21posixrename.js
- 22mixed.js
- 23streams.js
- 24rcopy.js
- 25bulk-uploaddir.js
- 26bulk-downloaddir.js
- 27rst-on-end.js
- append.js
- buffer-put-loop.js
- buffer-put.js
- close-event.js
- fastget.js
- fastput.js
- multi-fastget.js
- put.js
- README.org
- realpath.js
- stat.js
- stream-get.js
- .eslintrc.json
- .gitignore
- .mocharc.cjs
- .npmignore
- .nycrc.json
- .prettierrc
- CHANGELOG.org
- LICENSE
- package.json
- README.md
- README.org
- test-env-template
# Installation Guide
1. Get the code
git clone https://github.com/theophilusx/ssh2-sftp-client
Downloads the entire project code from GitHub to your computer.
cd ssh2-sftp-client
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install ssh2-sftp-client
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
