- Installation -

SCP add-on adds SSH Secure Copy Protocol support to JFileUpload and others add-ons such as JImageUpload, JImageFilter, JBatchUpload and JDiskExplorer. It allows having secure file transfer over SSH.

Instructions

SCP is a JFileUpload add-on so you do need JFileUpload installed before installing it. Here are instructions :

  1. Copy dist/lib/scpimpl.jar and jsch.jar under lib/ folder (where others JFileUpload JAR files are stored).
  2. Copy applet_scp.html and applet_scp.js files under the same folder as JFileUpload HTML/JavaScript files.
  3. Modify dist/applet_scp.js to setup basic parameters and open the HTML file in your browser to try it.

Parameters

Parameters have to be setup in applet_scp.js JavaScript file. You can select SCP url (including hostname and port), SSH username and password. You benefit from all JFileUpload parameters such as zip-on-fly, automatic retry on transfer failure and more. See SCP related parameters here.

Any problem ? Read the [FAQ] first. Still a problem ? Post your question to our online support forum.

Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
All other company and/or product names are the property of their respective owners.