FtpUtil plugin for Cordova 3+
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src/ios
tests
www Update plugin to make it compatible with cordova-ios 4.x.x Feb 10, 2017
LICENSE Adding LICENSE file Jul 7, 2014
README.md initial version of tests Mar 27, 2015
plugin.xml

README.md

fh-cordova-plugin-ftputil

A cordova plugin to get the file list from a FTP server.

Currently iOS only.

Run tests

  1. Use your existing cordova app, or create a new one.
  2. Add the plugin and the tests:
cordova plugin add https://github.com/feedhenry/fh-cordova-plugin-ftputil.git
cordova plugin add https://github.com/feedhenry/fh-cordova-plugin-ftputil.git#:/tests
  1. Add this plugin:
cordova plugin add http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework.git
  1. Change the start page in config.xml with <content src="cdvtests/index.html" /> or navigate to cdvtests/index.html from within your app.