Upload failed : Transfer failed

Upload core product.
Post Reply
navin_ragul
Posts: 1
Joined: Tue Nov 16, 2010 1:33 pm

Upload failed : Transfer failed

Post by navin_ragul »

Hi ,

im receving the folowing errror

Upload failed : Transfer failed

when i use the SCP addon with Jupload file


document.writeln('<PARAM NAME=CODE VALUE="jfileupload.upload.client.MApplet.class">');
document.writeln('<PARAM NAME=CODEBASE VALUE="./">');
document.writeln('<PARAM NAME=ARCHIVE VALUE="lib/jfileupload.jar,lib/ftpimpl.jar,lib/cnet.jar,lib/clogging.jar,lib/scpimpl.jar,lib/jsch.jar">');
document.writeln('<PARAM NAME=NAME VALUE="fileupload">');
document.writeln('<PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">');
document.writeln('<PARAM NAME="scriptable" VALUE="true">');
document.writeln('<PARAM NAME="url" VALUE="scp://ftp.servername.com">');
document.writeln('<PARAM NAME="param1" VALUE="username">');
document.writeln('<PARAM NAME="value1" VALUE="username1">');
document.writeln('<PARAM NAME="param2" VALUE="password">');
document.writeln('<PARAM NAME="value2" VALUE="******">');
document.writeln('<PARAM NAME="param3" VALUE="accountpwd">');
document.writeln('<PARAM NAME="value3" VALUE="true">');
document.writeln('<PARAM NAME="param4" VALUE="remoteverification">');
document.writeln('<PARAM NAME="value4" VALUE="false">');

document.writeln('<PARAM NAME="mode" VALUE="ftp">');
document.writeln('<PARAM NAME="scriptable" VALUE="true">');



but when i upload files its hows the "Upload started ...Upload failed : Transfer failed"


please any suggestion .that would save me .

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

Re: Upload failed : Transfer failed

Post by support »

You should enable DEBUG and FTP traces to understand what's wrong. FTP traces should display why transfer failed. See the following tutorial to enable DEBUG and TRACES:
http://www.jfileupload.com/products/jfi ... oting.html

Post Reply