Differences
This shows you the differences between the selected revisions of the page.
2014-10-02 | 2014-10-30 | ||
toc title page sections (martin) | 5.6.2 Using CWD/SIZE/MDMT to retrieve information about file when MLST is not supported. (martin) | ||
Line 13: | Line 13: | ||
Use //Post login commands// to specify set of FTP protocol commands that should be issued automatically just after login. This is typically used to issue commands that change session configuration or state. Only commands that require no interaction with client can be used. | Use //Post login commands// to specify set of FTP protocol commands that should be issued automatically just after login. This is typically used to issue commands that change session configuration or state. Only commands that require no interaction with client can be used. | ||
- | The //Use MLSD command for directory listing// controls, if WinSCP uses ''MLSD''/''MLST'' or (deprecated) ''LIST'' command for directory/file listing. When set to //Auto// (preferred), WinSCP decides based on announced features of FTP servers. Use //Off// only, if server's implementation of ''MLSD''/''MLST'' command has bugs; or if you need to display [[ui_file_panel#special_files|hidden files]] and your FTP server does not include them into ''MLSD'' listing. //The option affects use of ''MLST'' in the latest beta release only.// &beta | + | The //Use MLSD command for directory listing// controls, if WinSCP uses ''MLSD'' or (deprecated) ''LIST'' command for directory listing and ''MLST'' or ''SIZE''/''MDTM'' for retrieving file properties ((Falling back to ''LIST'', if ''SIZE'' or ''MDTM'' is not supported. //In versions prior to the latest beta release, only ''LIST'' is supported.//&beta)). When set to //Auto// (preferred), WinSCP decides based on announced features of FTP servers. Use //Off// only, if server's implementation of ''MLSD''/''MLST'' command has bugs; or if you need to display [[ui_file_panel#special_files|hidden files]] and your FTP server does not include them into ''MLSD'' listing. //The option affects use of ''MLST'' in the latest beta release only.// &beta |
The //Support for listing of hidden files// controls if WinSCP should use command ''LIST -a'' for directory listing to request listing of all (including hidden) files. You still need to enable [[ui_pref_panels#common_options|showing hidden files]] to have them displayed actually. | The //Support for listing of hidden files// controls if WinSCP should use command ''LIST -a'' for directory listing to request listing of all (including hidden) files. You still need to enable [[ui_pref_panels#common_options|showing hidden files]] to have them displayed actually. |