Skip to content

feedhenry/fh-cordova-plugin-ftputil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.