Version 4 (modified by dkocher, on Jul 28, 2008 at 1:38:18 PM) (diff) |
---|
Cyberduck Help / Preferences
Browser → Text Encoding
The text encoding selected is used to decode the filenames in a directory listing sent by the server. It is important this matches the text encoding used by the server to encode the characters as otherwise characters not in the ASCII range (such as German Umlaute) are not displayed correctly. UTF-8 (the default), ISO-8859-1 and Windows-1252 are the most common. You can also change the text encoding per browser using 'View' → 'Text Encoding.
Transfers → General → Transfer Files
Files can be transfered using either the connection from the browser or by opening a new dedicated transfer connection. Using the setting 'Open new connection' will add files to be transferred to the Transfer Window and open a new connection to the server to initiate the transfer. The option 'Use browser connection' will transfer files using the connection from the browser. The file transfer is only reported at the bottom of the browser window without any detailed progress indicator. The transferred files will not get added to the Transfer Window. This setting is a also available per bookmark.
Transfers → Advanced
Files can be globaly excluded from uploads or downloads if they match a given regular expression. Standard PERL regular expressions are used, see Google for more help. The most important qualifiers are:
. Any character \d A digit: [0-9] \D A non-digit: [^0-9] \s A whitespace character: [ \t\n\x0B\f\r] \S A non-whitespace character: [^\s] \w A word character: [a-zA-Z_0-9] \W A non-word character: [^\w] Logical operators XY X followed by Y X|Y Either X or Y Greedy quantifiers X? X, once or not at all X* X, zero or more times X+ X, one or more times
Attachments (2)
- Language Preference.png (32.1 KB) - added by dkocher on Jan 18, 2011 at 3:48:44 PM.
- Update.png (80.9 KB) - added by dkocher on Jun 10, 2014 at 9:01:53 AM.
Download all attachments as: .zip