SFTP support

All others add-ons (Secure FTP, SCP, Flickr, scripts ...).
Post Reply
User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

SFTP support

Post 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

herve
Posts: 1
Joined: Wed Jun 30, 2010 10:37 am

Re: SFTP support

Post 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

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: SFTP support

Post 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?

nug
Posts: 4
Joined: Fri Aug 06, 2010 7:15 pm

Re: SFTP support

Post by nug »

Can someone list the steps required to use keys with the sftp applet?

Thanks.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: SFTP support

Post 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.

Post Reply