UNPKG

ftps

Version:

FTP, FTPS and SFTP client for node.js, mainly a lftp wrapper.

15 lines (14 loc) 195 B
language: node_js node_js: - "7.2" - "6.9" - "5.12" - "4.7" - "0.12" install: - sudo apt-get install lftp - npm install script: - npm test # after_success: # - npm run coverage