Limiting directories displayed in remote directory listing

Top  Previous  Next

You may limit the directories displayed in the remote directory listing by passing the remoteDirs applet parameter to the applet with a value equal to a comma delimited list of remote directory names to include. The remoteDirs filter will be used each time the remote directory is refreshed and will be compared against all directories in the current remote directory.

 

Example

 

<param name="remoteDirs" value="work,tmp">

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

remoteDirs = work,tmp

 

The above example demonstrates this setting loading applet parameters from the params.txt file.

 

See also

 

Specifying applet parameters