Changes between Version 17 and Version 18 of help/en/howto/ftp
- Timestamp:
- Sep 2, 2010 11:14:08 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/ftp
v17 v18 29 29 * You need to have the option set `TLSOptions NoSessionReuseRequired` for FTP-TLS connections. Issue #5087. 30 30 * You need to have the option set `TLSOptions AllowClientRenegotiations` for FTP-TLS connections. Issue #3012. 31 32 33 == Problems == 34 35 === It is not possible to change permissions. The error message {{{FTP Error: SITE not understood}}} or similar is displayed === 36 The server does not support this feature (which is an optional extension to the FTP protocol) and can not be used. 31 37 32 38 === Make file listing parsers whitespace aware (FTP) ===