Files and folders downloader add-on with resume support.
Rumnor
Posts: 2 Joined: Fri Jan 01, 2010 10:47 pm
Post
by Rumnor » Fri Jan 01, 2010 10:50 pm
Hi,
just wondering if there is a limit on the file size you can download using the JFileDownload?
I've in the past used the following:
http://www.javaatwork.com/java-file-dow ... tails.html
It works well for files, which are upto 3GB in size, but anything higher it doesnt like! Also there support is shocking
Look forward to a response.
Chod
support
Posts: 1503 Joined: Sun Jan 27, 2008 6:19 pm
Post
by support » Sun Jan 03, 2010 2:12 pm
Yes, it should work for > 3GB files. Do you plan HTTP download only or FTP too ?
Rumnor
Posts: 2 Joined: Fri Jan 01, 2010 10:47 pm
Post
by Rumnor » Tue Jan 05, 2010 5:06 pm
HTTPS for download and FTP for upload eventually.
support
Posts: 1503 Joined: Sun Jan 27, 2008 6:19 pm
Post
by support » Tue Jan 05, 2010 7:53 pm
Ok, it should work fine for HTTP(S). Just pay attention if you download a 4GB file because the target folder must not be formatted as FAT16 which is limited to 4GB file size.