Page 1 of 1

SFTP support

Posted: Sun Feb 08, 2009 12:54 pm
by support
SFTP add-on works with basic JFileUpload and all others derivated products such as JDiskExplorer, JBatchUpload, JImageFilter and JImageUpload. It provides the following:

* SSH2 protocol support.
* SSH File Transfer Protocol support v0, v1, v2 and v3.
* Resume support.
* Commands support (delete, rename, mkdir, chmod).

See: http://www.jfileupload.com/products/sftp/index.html

Re: SFTP support

Posted: Wed Jun 30, 2010 10:43 am
by herve
Hi, i'm using Jfileupload entreprise :

I'm trying to test your sftp addon using the one downloadable on site ... (not the enterprise version i think )

when i try to display applet using applet_sftp.html and applet_sftp.js ...

Here's the error i get in java console :

Exception in thread "AWT-EventQueue-2" java.lang.NullPointerException
at java.awt.LightweightDispatcher$3.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

Is it due to sftp version ?
In this case can you provide me a link with good version to test with my jfileupload enterprise 2.6 please.

Thanks

Re: SFTP support

Posted: Thu Jul 01, 2010 4:57 pm
by support
To make test you would need to install JFileUpload Pro + SFTP Pro. You just need to copy the JAR files, it does not affect your JavaScript. We don't have SFTP Enterprise test version, you can only purchase it. That's why Pro version are available for everyone as trial on our web site.
Could it fit to your need?

Re: SFTP support

Posted: Fri Aug 06, 2010 7:20 pm
by nug
Can someone list the steps required to use keys with the sftp applet?

Thanks.

Re: SFTP support

Posted: Wed Aug 11, 2010 8:57 pm
by support
You have to add:
<PARAM NAME="param5" VALUE="keyfile">
<PARAM NAME="param5" VALUE="file:///c:/folder/id_rsa.txt">

Assuming that the private key is stored on c:/folder/id_rsa.txt file in local file system of end-user.