Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

cordova-plugin-sftp

Description

This cordova plugin is created to use sftp (client) in Cordova apps.

Support Android platform for now.

You can do the following things:

  • Execute a command
  • Download a file (with percent info)
  • Upload a file (with percent info)
  • Connect using private key or password

Installation

$ cordova plugin add cordova-plugin-sftp
$ cordova prepare