Differences
This shows you the differences between the selected revisions of the page.
2016-05-11 | 2016-07-29 | ||
script anchor (martin) | 5.9 stable released (martin) | ||
Line 28: | Line 28: | ||
Check the //Password// to include password into the %%URL%%. Make sure you protect an %%URL%% that includes the password appropriately. The option is not available when the dialog is opened from the Login dialog and the password was not specified; or when the current session does not use a password authentication; or when [[security_credentials|the password was not stored nor remembered]]. | Check the //Password// to include password into the %%URL%%. Make sure you protect an %%URL%% that includes the password appropriately. The option is not available when the dialog is opened from the Login dialog and the password was not specified; or when the current session does not use a password authentication; or when [[security_credentials|the password was not stored nor remembered]]. | ||
- | Check the //%%SSH%% host key// to [[session_url#hostkey|include an SSH host key fingerprint into the URL]]. The option is available for an SFTP and an SCP (SSH-based) sessions only. The option may not available when the dialog is opened before the session is connected as the host key may not be known yet. &beta (*More precise wording once beta is released*) Note that some (most) %%SSH%% clients need not understand a session %%URL%% that includes the host key fingerprint. | + | Check the //%%SSH%% host key// to [[session_url#hostkey|include an SSH host key fingerprint into the URL]]. The option is available for an SFTP and an SCP (SSH-based) sessions only. The option is not available, if no session was opened to the host as the host key is not known yet. Note that some (most) %%SSH%% clients need not understand a session %%URL%% that includes the host key fingerprint. |
Check the //Initial directory// to include an initial remote directory into the %%URL%%. When the dialog is opened opened from the Login dialog, //Remote directory// as specified on the [[ui_login_directories|Advanced site settings dialog]] is used. When opened from the main window, the current working remote directory is used. The option is not available when generating an %%URL%% for selected file(s) as a path to the file(s) is used instead. | Check the //Initial directory// to include an initial remote directory into the %%URL%%. When the dialog is opened opened from the Login dialog, //Remote directory// as specified on the [[ui_login_directories|Advanced site settings dialog]] is used. When opened from the main window, the current working remote directory is used. The option is not available when generating an %%URL%% for selected file(s) as a path to the file(s) is used instead. | ||
Line 39: | Line 39: | ||
===== [[script]] Script Tab ===== | ===== [[script]] Script Tab ===== | ||
- | Use the //Script tab// to generate a [[scripting|WinSCP script]] template for the session or the file transfer. &beta_feature | + | Use the //Script tab// to generate a [[scripting|WinSCP script]] template for the session or the file transfer. |
&screenshotpict(generateurl_script) | &screenshotpict(generateurl_script) | ||
Line 65: | Line 65: | ||
===== [[code]] .NET Assembly Code Tab ===== | ===== [[code]] .NET Assembly Code Tab ===== | ||
- | Use the //.NET assembly tab// to generate a code template using [[library|WinSCP .NET assembly]] for the session or the file transfer. &beta_feature | + | Use the //.NET assembly tab// to generate a code template using [[library|WinSCP .NET assembly]] for the session or the file transfer. |
&screenshotpict(generateurl_code) | &screenshotpict(generateurl_code) |