Changes between Version 15 and Version 16 of help/en/howto/ftp
- Timestamp:
- Sep 2, 2010 11:03:13 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/ftp
v15 v16 30 30 * You need to have the option set `TLSOptions AllowClientRenegotiations` for FTP-TLS connections. Issue #3012. 31 31 32 === Make file listing parsers whitespace aware (FTP) === 33 34 ~~To make the parsers for directory listings aware of whitespace in filenames (leading or trailing), enter~~. This is already set by default. 35 36 {{{ 37 defaults write ch.sudo.cyberduck ftp.parser.whitespaceAware true 38 }}} 39 40 To revert the behaviour, set this property to `false` if you have issues with filenames parsed with a leading whitespace as described in #2895. 41 32 42 == References == 33 43