<!-- This chapter should tell the user how to use your app. You should use as
many sections (Chapter, Sect1, Sect3, etc...) as is necessary to fully document
your application. -->
<sect1 id="globalhelp">
<title>Global Settings</title>
<para>The settings which concern the behaviour of the whole application.</para>
<sect2>
<title>Skiplist</title>
<para>
Here you can enter a Regular Expression. Transfer items which match this Regular Expression are skipped. For example a value of "^\." excludes every entry beginning with "." from transfer.
This field can hold an executable and its arguments which will be run, when last item of in queue has finished transferring. For Example, on TDE desktops the entry "dcop ksmserver ksmserver logout 0 0 0" would shutdown the computer automatically.
These Radio Buttons indicate how the application should proceed if a file to be transfered already exists on the destination. Usually the user is asked by the application how to proceed if this occurs, in case you aren't present during the transfer you can enable this feature.
</para>
</sect2>
<sect2>
<title>Priority List</title>
<para>
This Field contains a regular expression, which queues the items matching this regular expression before the items which don't. For example, ".sfv" would make the common checksum files with this fileending transfer first.
</para>
</sect2>
</sect1>
<sect1 id="ftphelp">
<title>Ftp Server Settings</title>
<para>The settings which can be applied to an ftp session are described here.</para>
<sect2>
<title>Name</title>
<para>
The ftp's name is entered here.
</para>
</sect2>
<sect2>
<title>Host:Port</title>
<para>
This information points to the the ftp server. HOST can either be a standard ip adress like 192.168.2.1 or a domain name. PORT is the port number on which the ftp server listens. In most cases this is 21. Both are seperated by a ":" character. A legit input would be "ftp.kde.org:21".
</para>
</sect2>
<sect2>
<title>Username</title>
<para>
The ftp Login Username. On open ftp servers you usually login using "anonymous".
</para>
</sect2>
<sect2>
<title>Password</title>
<para>
The user's password. Anonymous ftp servers ussually don't use passwords or accept passwords in the form of "user@emailaddress.com".
</para>
</sect2>
<sect2>
<title>Encryption</title>
<para>
There are 4 encryption levels available. Unencrypted leaves all traffic clear and without encryption. Most ftp servers allow only this mode. Level 1 encryption means that the traffic on the control connection is encrypted while data transfer remains clear. Level 2 is basically the same with the exception of directory information which is transfered on the data channel, but is encrypted too. Eventually Level 3 encrypts everything all communication and all data traffic.
</para>
</sect2>
<sect2>
<title>Mode</title>
<para>
The mode you are using for data transfer. This is quite important in case you're behind a firewall or a router. In these cases you depend on the passive mode, which makes the client connects to the ftp server for data transfer. Passive mode is the standard method today, while active mode is the old way to do data transfers, the client listens for the server to connect in active mode.
</para>
</sect2>
<sect2>
<title>Mode</title>
<para>
The mode you are using for data transfer. This is quite important in case you're behind a firewall or a router. In these cases you depend on the passive mode, which makes the client connects to the ftp server for data transfer. Passive mode is the standard method today, while active mode is the old way to do data transfers, the client listens for the server to connect in active mode.
</para>
</sect2>
<sect2>
<title>Default directory</title>
<para>
Here you can type in a path which kasablanca attempts to enter after login.
</para>
</sect2>
<sect2>
<title>Alternative fxp</title>
<para>
Some ftp servers have problems with either active or pasv mode, which is needed for fxp. Using alternative fxp might help in such cases.
</para>
</sect2>
<sect2>
<title>Correct pasv responses</title>
<para>
When ftp servers are behind a router (NAT) they sometimes send wrong pasv responses containing their local IP. This option changes the IP value in pasv responses to the IP you connected to (most likely the servers router).
</para>
</sect2>
</sect1>
</chapter>
<chapter id="credits">
<!-- Include credits for the programmers, documentation writers, and
contributors here. The license for your software should then be included below
The most recent sources are available at <ulink url="https://mirror.git.trinitydesktop.org/gitea/TDE/kasablanca">https://mirror.git.trinitydesktop.org/gitea/TDE/kasablanca</ulink>.