File appends instead of resuming

Files and folders downloader add-on with resume support.
Post Reply
ShallowFellow
Posts: 2
Joined: Thu Oct 28, 2010 8:17 pm

File appends instead of resuming

Post by ShallowFellow »

I'm new to jFileDownload, and when I attempt to resume a file download, it goes past 100% and just appends the extra to the end of my existing file. Is there some parameter I'm missing? I'm using an IIS server. Here's my current config:

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/download.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="resume" VALUE="true">');
document.writeln('<PARAM NAME="overwrite" VALUE="false">');
document.writeln('<PARAM NAME="url" VALUE="ftp://dev.mycompany.com">');
document.writeln('<PARAM NAME="item1" VALUE="myfilename">');
document.writeln('<PARAM NAME="username" VALUE="administrator">');
document.writeln('<PARAM NAME="password" VALUE="password">');
document.writeln('<PARAM NAME="param6" VALUE="account">');
document.writeln('<PARAM NAME="value6" VALUE="MYFOLDERPATH">');
document.writeln('<PARAM NAME="folderdepth" VALUE="-1">');
document.writeln('<PARAM NAME="transferui" VALUE="jfileupload.download.ui.DownloadTransferUI">');
document.writeln('<PARAM NAME="resources" VALUE="i18n_bar">');
document.writeln('<PARAM NAME="transferuiresources" VALUE="i18n_pane">');
document.writeln('<PARAM NAME="mode" VALUE="jfileupload.download.ftp.FTPDownloadTransfer">');

EDIT: I'm using the FTP download.

Thanks!

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

Re: File appends instead of resuming

Post by support »

Could you provide a testing FTP account to support(at)jfileupload(dot)com?
It might be a problem with the REST FTP command.

ShallowFellow
Posts: 2
Joined: Thu Oct 28, 2010 8:17 pm

Re: File appends instead of resuming

Post by ShallowFellow »

Can I private message it somehow?

EDIT: Also, if it is a REST issue, how ca I fix it? I'm running IIS.

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

Re: File appends instead of resuming

Post by support »

Just send me email to support(at)jfileupload(dot)com
Also: http://www.jfileupload.com/products/jfi ... aq.html#44

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

Re: File appends instead of resuming

Post by support »

I've made a test with FileZilla (which is a regular FTP client) and I've exactly the same problem. Which version of IIS FTP server do you have?
Did you see the following known issue under IIS6:
http://support.microsoft.com/kb/915179

Post Reply