Page 1 of 1

sftp2.6 and api

Posted: Thu Aug 12, 2010 1:39 am
by nug
How do I use the api to get all the file names that are successfully transfered?

Thanks.

Re: sftp2.6 and api

Posted: Sat Aug 14, 2010 8:55 am
by support
Install JSAPI, you have a callback: JSTransferDone with list of files transferred successfully.

Re: sftp2.6 and api

Posted: Tue Aug 17, 2010 1:47 am
by nug
To use this callback , do have to set any special parameters, i.e PARAM etc.?

Thanks.

Re: sftp2.6 and api

Posted: Tue Aug 17, 2010 9:03 pm
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?

Re: sftp2.6 and api

Posted: Thu Sep 23, 2010 10:02 pm
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?

Re: sftp2.6 and api

Posted: Sun Sep 26, 2010 1:26 pm
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