2.0 - 2.8 |
<sites> |
encoding |
This tag is the document element in the DOM tree. Attribute encoding is the default encoding. |
2.9 |
<sites> |
encoding, version |
This tag is the document element in the DOM tree. Attribute encoding is the default encoding. Attribute version is the current kbear version. |
2.0 |
<group> |
label |
This tag marks a group. The attribute label is the name of the group. |
2.0 |
<site> |
label |
This tag marks a site. The attribute label is the name of the site. |
2.0 |
<host> |
text value |
This tag contains the remote host. ex. ftp.kde.org. |
2.0 |
<protocol> |
text value |
This tag contains the protocol to use. |
2.0 |
<port> |
text value |
This tag contains the port to use. |
2.0 |
<user> |
text value |
This tag contains the user name to to use. |
2.0 |
<pass> |
text value |
This tag contains the encoded password to use. |
2.0 |
<remote_path> |
text value |
This tag contains the start directory for the remote host. |
2.0 |
<local_path> |
text value |
This tag contains the start directory for the local filesystem. |
2.0 |
<description> |
text value |
This tag contains a short description for the site. |
2.0 |
<anonymous> |
empty tag |
This exists if anonymous login is to be used. |
2.0 |
<disable_pasv> |
empty tag |
This exists if PASV mode is to be disabled. |
2.0 |
<disable_epsv> |
empty tag |
This exists if EPSV mode is to be disabled. |
2.0 |
<disable_log> |
empty tag |
This exists if logging should be turned off. |
2.0 - 2.8 |
<disable_list_a> |
empty tag |
This exists if 'list -a' should be turned off. Removed since version 2.9 |
2.0 - 2.8 |
<ascii> |
empty tag |
This exists if ASCII data transfer is to be used otherwise Binary. Removed since version 2.9 |
2.0 |
<mdtm> |
empty tag |
NOT used |
2.0 |
<mark_partial> |
empty tag |
This exists if .part extension should be used during tranfers. |
2.0 |
<auto_reconnect> |
sleep, count |
This exists if app should try to reconnect on failure. Attribute sleep says how many second before trying to reconnect and atttribute count says how many times to try to reconnect |
2.0 |
<unix> |
empty tag |
NOT used |
2.0 - 2.8 |
<queue> |
empty tag |
This exists if queing should be turned on for the site. Removed since version 2.9 |
2.0 |
<single_connection> |
empty tag |
This exists if a single connection is to be used for filesys operations. |
2.0.1 |
<filesys_encoding> |
encoding |
This exists if user has set another filesys encoding than ISO-1-8859. |
2.9 |
<list_command> |
text value |
This exists if user needs to use another command to list a ftp-directory than 'list -a' (<disable_list_a> is removed since v. 2.9) |