sftp2.6 and api

All others add-ons (Secure FTP, SCP, Flickr, scripts ...).
Post Reply
nug
Posts: 4
Joined: Fri Aug 06, 2010 7:15 pm

sftp2.6 and api

Post by nug »

How do I use the api to get all the file names that are successfully transfered?

Thanks.

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

Re: sftp2.6 and api

Post by support »

Install JSAPI, you have a callback: JSTransferDone with list of files transferred successfully.

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

Re: sftp2.6 and api

Post by nug »

To use this callback , do have to set any special parameters, i.e PARAM etc.?

Thanks.

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

Re: sftp2.6 and api

Post by support »

No, but start from JSAPI sample and append lib/sftpimpl.jar;lib/jsch.jar in ARCHIVE parameters.
Do you have Pro or Enterprise version?

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

Re: sftp2.6 and api

Post by nug »

I am still using the trial version (free) . Will probabaly purchase the Enterprise version. Will the callback not work in the trial version?

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

Re: sftp2.6 and api

Post by support »

Trial version is a full featured version so callbacks will work. You can also a working sample with callbacks at: http://www.jfileupload.com/products/dem ... jsapi.html

Post Reply