Changes between Version 28 and Version 29 of help/en/howto/ftp
- Timestamp:
- Sep 17, 2010 8:11:59 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/ftp
v28 v29 65 65 The error message {{{FTP Error: SITE not understood}}} or similar is displayed. The server does not support this feature (which is an optional extension to the FTP protocol) and can not be used. 66 66 67 === Make file listing parsers whitespace aware === 68 69 ~~To make the parsers for directory listings aware of whitespace in filenames (leading or trailing), enter~~. This is already set by default. 67 === Leading whitespace in filenames === 68 if you have issues with filenames parsed with a leading whitespace as described in #2895, disable whitespace awareness in the directory listing parser using the [wiki:help/en/howto/preferences#Hiddenconfigurationoptions hidden configuration option] 70 69 71 70 {{{ 72 defaults write ch.sudo.cyberduck ftp.parser.whitespaceAware true71 defaults write ch.sudo.cyberduck ftp.parser.whitespaceAware false 73 72 }}} 74 75 To revert the behaviour, set this property to `false` if you have issues with filenames parsed with a leading whitespace as described in #2895.76 73 77 74 === Listing directories fails or shows no content ===