|
Thin FTP Applet ConfigurationThe appearence and behaviour of the applet can be configured by editing the thinftp.properties file. This file should be placed on the same folder as the JAR file for the applet Applet ColorYou can change the color of the applet so that it blends in with the color scheme of your website. You can do so by using the bgcolor property. The format is an RGB value similar to what is used in HTML. Example
bgcolor=#FAFAFA
Example
bgcolor=#EEEEEE Toolbar and MenuThe toolbar that contains the username and the hostname fields along with the connect and disconnect buttons can be hidden with the hide_toolbar property. If you hide the toolbar make sure not to hide the menubar (see blow) so that the users can still connect. When the toolbar is hidden but the menubar is visible the applet will display a dialog box asking for the hostname and username (once connect is chosen from the menu). Example
hide_toolbar=yes
The menubar at the top of the applet can be hidden by using the hide_menubar property. Example
hide_menubar=yes Default Hostname and UsernameIf you want to pre fill the hostname field with a default values you can make use of the default_host property. Either a fully qualified domain name or an IP address can be used. Example
default_host=ftp.thinfile.com
default_host=67.131.250.72 The username field can be prefilled by making use of the default_user property. Please make sure that the user account exists on the FTP server. Example
default_user=mark
If you choose to prefill both the username and the hostname fields you can lock these fields too. Use this feature if you wish to prevent the user from connecting to other servers with your installation of the applet. Set the default_only property to yes. Example
default_only=yes |
||||||||||
|
| ||||||||||
|
Copyright 2005 Thin File (Private) Limited. All Rights Reserved. |