Differences
This shows you the differences between the selected revisions of the page.
2014-10-30 | 2014-11-19 | ||
5.6.2 Using CWD/SIZE/MDMT to retrieve information about file when MLST is not supported. (martin) | as/400 post login commands (martin) | ||
Line 10: | Line 10: | ||
&toc_title_page_sections | &toc_title_page_sections | ||
- | ===== Protocol Options ===== | + | ===== Post Login Commands ===== |
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. | ||
+ | |||
+ | For example to configure IBM System i (eServer iSeries, AS/400) for Unix/WinSCP compatibility, use following two //Post login commands//: | ||
+ | |||
+ | <code> | ||
+ | site namefmt 1 | ||
+ | site listfmt 1 | ||
+ | </code> | ||
+ | |||
+ | Refer to [[https://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/rzaiq/rzaiqsitet.htm|IBM documentation for these commands]]. | ||
+ | |||
+ | ===== Other Protocol Options ===== | ||
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 //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 |