Differences

This shows you the differences between the selected revisions of the page.

2026-03-10 2026-03-10 (current)
1 (107.175.35.126) (hidden) (untrusted) 6.6 Consistently calling command to open window with specific directory Explore, instead of sometimes Browse (martin)
Line 55: Line 55:
winscp.com /help winscp.com /help
</code> </code>
- 
==== [[session]] Session ==== ==== [[session]] Session ====
-The first syntax opens the [[session_configuration#site|site]]. To open site, stored in folder, use path syntax &amp;quot;folder/site&amp;quot;. You can also open [[workspace|workspace]] or all sites in site folder.+The first syntax opens the [[session_configuration#site|site]]. To open site, stored in folder, use path syntax "folder/site". You can also open [[workspace|workspace]] or all sites in site folder.
-The second creates the session specified by [[session_url|session URL]] and optionally by initial remote path. If the remote path is not ended by slash (&amp;#039;&amp;#039;/&amp;#039;&amp;#039;), it is treated as path to file (or even directory) that should be [[task_download#url|downloaded]]. +The second creates the session specified by [[session_url|session URL]] and optionally by initial remote path. If the remote path is not ended by slash (''/''), it is treated as path to file (or even directory) that should be [[task_download#url|downloaded]].
-The parameter &amp;#039;&amp;#039;/==sessionname==&amp;#039;&amp;#039; specifies a custom name of the session to be used instead of the automatically generated name in a format &amp;#039;&amp;#039;username@hostname&amp;#039;&amp;#039; or to override the name of the saved site.+The parameter ''/==sessionname=='' specifies a custom name of the session to be used instead of the automatically generated name in a format ''username@hostname'' or to override the name of the saved site.
-If there&amp;#039;s already an idle WinSCP instance running, the session(s) opens in the existing instance. To force the session to open in a new instance of WinSCP, use &amp;#039;&amp;#039;/==newinstance==&amp;#039;&amp;#039; parameter. If no session is specified on command-line, [[ui_login|Login dialog]] opens to select one.+If there's already an idle WinSCP instance running, the session(s) opens in the existing instance. To force the session to open in a new instance of WinSCP, use ''/==newinstance=='' parameter. If no session is specified on command-line, [[ui_login|Login dialog]] opens to select one.
-The parameter &amp;#039;&amp;#039;/==privatekey==&amp;#039;&amp;#039; specifies a [[local_path|local path]] to an [[public_key#private|SSH private key file]]. If the key file is encrypted, use the &amp;#039;&amp;#039;/passphrase&amp;#039;&amp;#039; to specify its passphrase. The passphrase [[#passwordsfromfiles|can be read from a file]].+The parameter ''/==privatekey=='' specifies a [[local_path|local path]] to an [[public_key#private|SSH private key file]]. If the key file is encrypted, use the ''/passphrase'' to specify its passphrase. The passphrase [[#passwordsfromfiles|can be read from a file]].
-The parameter &amp;#039;&amp;#039;/hostkey&amp;#039;&amp;#039; specifies the fingerprint of the expected SSH host key (or several alternative fingerprints separated by a semicolon). It makes WinSCP automatically [[ssh_verifying_the_host_key|accept the host key]] with the fingerprint. +The parameter ''/hostkey'' specifies the fingerprint of the expected SSH host key (or several alternative fingerprints separated by a semicolon). It makes WinSCP automatically [[ssh_verifying_the_host_key|accept the host key]] with the fingerprint.
-You can use the parameters &amp;#039;&amp;#039;/==username==&amp;#039;&amp;#039; and &amp;#039;&amp;#039;/password&amp;#039;&amp;#039; as an alternative way to specify the credentials.  The credentials are normally part of the [[session_url|session URL]]. Using these switches has the advantage of not needing to [[session_url#special|URL-encode special characters]]. The password [[#passwordsfromfiles|can be read from a file]].+You can use the parameters ''/==username=='' and ''/password'' as an alternative way to specify the credentials.  The credentials are normally part of the [[session_url|session URL]]. Using these switches has the advantage of not needing to [[session_url#special|URL-encode special characters]]. The password [[#passwordsfromfiles|can be read from a file]].
-With parameter &amp;#039;&amp;#039;/==passwordsfromfiles==&amp;#039;&amp;#039;, the values of [[#username|&amp;#039;&amp;#039;/password&amp;#039;&amp;#039;]], [[#privatekey|&amp;#039;&amp;#039;/passphrase&amp;#039;&amp;#039;]] and in general all passwords from all sources are interpreted as paths to files, where the actual passwords are read from. The files must use UTF-8 or UTF-16 encoding.((With UTF-8 encoding use of BOM is optional. With UTF-16 the BOM is mandatory. Only the first line of the file is considered. Use of more lines is reserved for the future.))+With parameter ''/==passwordsfromfiles=='', the values of [[#username|''/password'']], [[#privatekey|''/passphrase'']] and in general all passwords from all sources are interpreted as paths to files, where the actual passwords are read from. The files must use UTF-8 or UTF-16 encoding.((With UTF-8 encoding use of BOM is optional. With UTF-16 the BOM is mandatory. Only the first line of the file is considered. Use of more lines is reserved for the future.))
-The parameter &amp;#039;&amp;#039;/clientcert&amp;#039;&amp;#039; specifies a [[local_path|local path]] to FTPS or WebDAVS [[tls#client_certificate|TLS/SSL client certificate]]. If the certificate is encrypted, use the &amp;#039;&amp;#039;/passphrase&amp;#039;&amp;#039; to specify its passphrase.+The parameter ''/clientcert'' specifies a [[local_path|local path]] to FTPS or WebDAVS [[tls#client_certificate|TLS/SSL client certificate]]. If the certificate is encrypted, use the ''/passphrase'' to specify its passphrase.
-When a FTPS or WebDAVS server [[tls#certificate|TLS/SSL certificate]] is not trusted (typically a self-signed certificate), use the parameter &amp;#039;&amp;#039;/certificate&amp;#039;&amp;#039; to specify the fingerprint of the untrusted certificate. It makes WinSCP trust the certificate. Several alternative fingerprints can be separated by a semicolon.+When a FTPS or WebDAVS server [[tls#certificate|TLS/SSL certificate]] is not trusted (typically a self-signed certificate), use the parameter ''/certificate'' to specify the fingerprint of the untrusted certificate. It makes WinSCP trust the certificate. Several alternative fingerprints can be separated by a semicolon.
-The parameter &amp;#039;&amp;#039;/passive&amp;#039;&amp;#039; enables a [[ui_login_connection#connection|passive]] (&amp;#039;&amp;#039;=on&amp;#039;&amp;#039;) or an active (&amp;#039;&amp;#039;=off&amp;#039;&amp;#039;) transfer mode ([[FTP]] protocol only).+The parameter ''/passive'' enables a [[ui_login_connection#connection|passive]] (''=on'') or an active (''=off'') transfer mode ([[FTP]] protocol only).
-The parameters &amp;#039;&amp;#039;/implicit&amp;#039;&amp;#039;, and &amp;#039;&amp;#039;/explicit&amp;#039;&amp;#039; enable respective [[ftps#methods|method of invoking FTPS]].+The parameters ''/implicit'', and ''/explicit'' enable respective [[ftps#methods|method of invoking FTPS]].
-The parameter &amp;#039;&amp;#039;/timeout&amp;#039;&amp;#039; specifies [[ui_login_connection#timeout|server response timeout]].+The parameter ''/timeout'' specifies [[ui_login_connection#timeout|server response timeout]].
-The parameter &amp;#039;&amp;#039;/==rawsettings==&amp;#039;&amp;#039; allows configuring any site settings [[rawsettings|using raw format as in an INI file]]. E.g. to enable an SSH compression and an agent forwarding, use &amp;#039;&amp;#039;/rawsettings Compression=1 AgentFwd=1&amp;#039;&amp;#039;. The parameter must come after the session URL (if any).+The parameter ''/==rawsettings=='' allows configuring any site settings [[rawsettings|using raw format as in an INI file]]. E.g. to enable an SSH compression and an agent forwarding, use ''/rawsettings Compression=1 AgentFwd=1''. The parameter must come after the session URL (if any).
-When using [[scripting]], use the &amp;#039;&amp;#039;[[scriptcommand_open|open]]&amp;#039;&amp;#039; command (and its switches) instead.+When using [[scripting]], use the ''[[scriptcommand_open|open]]'' command (and its switches) instead.
Examples: Examples:
-&amp;lt;code batch&amp;gt; +<code batch> 
-winscp.exe &amp;quot;My site&amp;quot; +winscp.exe "My site" 
-winscp.exe sftp://martin:password@example.com/ /hostkey=&amp;quot;ssh-rsa 2048 xxxxxxxxxxx...&amp;quot;+winscp.exe sftp://martin:password@example.com/ /hostkey="ssh-rsa 2048 xxxxxxxxxxx..."
winscp.exe scp://test@example.com:2222/ /privatekey=mykey.ppk winscp.exe scp://test@example.com:2222/ /privatekey=mykey.ppk
winscp.exe ftps://martin:password@example.com/ winscp.exe ftps://martin:password@example.com/
-&amp;lt;/code&amp;gt;+</code>
==== [[logging]] Logging ==== ==== [[logging]] Logging ====

Last modified: by martin