Differences
This shows you the differences between the selected revisions of the page.
2013-05-15 | 2013-12-19 | ||
Renaming Login/Preferences "tabs" to "pages" (martin) | 5.5 moved to advanced site settings dialog + typos (martin) | ||
Line 1: | Line 1: | ||
- | ====== FTP Page (Login Dialog) ====== | + | ====== FTP Page (Advanced Site Settings dialog) ====== |
- | The //FTP page// on the [[ui_login|Login dialog]] allows user to configure [[ftp|FTP protocol]] specific options. | + | The //FTP page// on the [[ui_login_advanced|Advanced Site Settings dialog]] allows user to configure [[ftp|FTP protocol]] specific options. |
+ | |||
+ | &recent_login_page | ||
&screenshotpict(login_ftp) | &screenshotpict(login_ftp) | ||
- | To reveal this page you need to select FTP file protocol on //[[ui_login_session|Session page]]// and check //Advanced options//. | + | To reveal this page you need to select FTP file protocol on [[ui_login|Login dialog]]. |
===== Protocol Options ===== | ===== Protocol Options ===== | ||
Use //Post login commands// to specify set of FTP protocol commands that should be issued automatically just after login. | Use //Post login commands// to specify set of FTP protocol commands that should be issued automatically just after login. | ||
- | The //Use MLSD command for directory listing// controls, if WinSCP uses ''MLSD'' or (deprecated) ''LIST'' command for directory listing. When set to //Auto// (preferred), WinSCP decides based on accounced features of FTP servers. Use //Off// only, if server's implementation of ''MLSD'' command has bugs. &beta_feature //In the latest stable version, this option is configurable using [[rawsettings|session raw settings]]//. | + | The //Use MLSD command for directory listing// controls, if WinSCP uses ''MLSD'' or (deprecated) ''LIST'' command for directory listing. When set to //Auto// (preferred), WinSCP decides based on announced features of FTP servers. Use //Off// only, if server's implementation of ''MLSD'' command has bugs. &beta_feature //In the latest stable version, this option is configurable using [[rawsettings|session raw settings]]//. |
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. | ||
- | When set to //Auto//, WinSCP will try one time to use the ''-a'' switch, unless the server is known not to support it((Personal FTP server.)). If that fails (for whatever reason), it stops using the switch for current session. Some servers may not report an error even if they do not support the switch. This may result into empty directory listing. Disable the option if that happens. The option is not avaiable, if ''MLSD'' command is used for directory listing, see above. | + | When set to //Auto//, WinSCP will try one time to use the ''-a'' switch, unless the server is known not to support it((Personal FTP server.)). If that fails (for whatever reason), it stops using the switch for current session. Some servers may not report an error even if they do not support the switch. This may result into empty directory listing. Disable the option if that happens. The option is not available, if ''MLSD'' command is used for directory listing, see above. |
The //Force IP address for passive mode connections// controls, if WinSCP should use the external IP address of the FTP host instead the IP address provided by the server. This is useful when the IP address is translated (NAT). The option is available for [[ui_login_connection#connection|passive mode]] only. Initially the checkbox is in undefined state, making WinSCP use the external IP address automatically, when the provided IP address is not routable. | The //Force IP address for passive mode connections// controls, if WinSCP should use the external IP address of the FTP host instead the IP address provided by the server. This is useful when the IP address is translated (NAT). The option is available for [[ui_login_connection#connection|passive mode]] only. Initially the checkbox is in undefined state, making WinSCP use the external IP address automatically, when the provided IP address is not routable. | ||
Line 18: | Line 20: | ||
===== Further Reading ===== | ===== Further Reading ===== | ||
- | Read more about [[ui_login|Login dialog]] and its other [[ui_login#pages|pages]]. | + | Read more about [[ui_login|Login dialog]] and [[ui_login_advanced|Advanced Site Settings dialog]]. |