Page 1 of 1

See the list of the remote files

Posted: Thu Jan 31, 2013 4:22 pm
by luctuf
Hi to all! My applet won't to list the remote file! I see the list only if I start to upload somethings...why? Is there some parameter to set up?
Thanks in advance!
:mrgreen:

Re: See the list of the remote files

Posted: Sat Feb 02, 2013 11:43 am
by support
You should have:
<PARAM NAME="param1" VALUE="username">
<PARAM NAME="value1" VALUE="yourloginhere">
<PARAM NAME="param2" VALUE="password">
<PARAM NAME="value2" VALUE="yourpasswordhere">

Replace it by:
<PARAM NAME="username" VALUE="yourloginhere">
<PARAM NAME="password" VALUE="yourpasswordhere">

Does it help?