cordova-plugin-sftp-leapfroggr

sftp client plugin for uploading files to a sftp server

Usage no npm install needed!

<script type="module">
  import cordovaPluginSftpLeapfroggr from 'https://cdn.skypack.dev/cordova-plugin-sftp-leapfroggr';
</script>

README

cordova-plugin-sftp-leapfroggr

cordova plugin for sftp works on both:

  • IOS,
  • Android

Installation

  • npm install ionic-native-sftp-leapfroggr --save
  • cordova plugin add cordova-plugin-sftp-leapfroggr
  • IOS

  • Android

  • uses JSch library
  • http://www.jcraft.com/jsch/
  • coded in kotlin
  • add library to app gradle
  • compile group: 'com.jcraft', name: 'jsch', version: '0.1.54' compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.31"

USAGE