I want to download a single file that is not in the root

Files and folders downloader add-on with resume support.
Post Reply
atgbcn
Posts: 1
Joined: Thu Jan 21, 2010 10:05 am

I want to download a single file that is not in the root

Post by atgbcn »

How can I configure the applet to download a single file such as

directory_1/directory_2/file.txt

?

Thanks a lot

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

Re: I want to download a single file that is not in the root

Post by support »

Try:
<PARAM NAME="url" VALUE="http://yourserver.com/something/process.php">
<PARAM NAME="item1" VALUE="file.txt">
<PARAM NAME="param5" VALUE="account">
<PARAM NAME="value5" VALUE="directory_1/directory_2">

Does it help ?

Post Reply