Differences

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

2023-07-23 2023-07-23
no summary (152.166.50.251) (hidden) (untrusted) Restored revision 1683018051. Undoing revisions 1690127121, 1690130257, 1690130300. (martin) (hidden)
Line 34: Line 34:
Read more about [[ssh_verifying_the_host_key|verifying host keys]]. Read more about [[ssh_verifying_the_host_key|verifying host keys]].
-===== [[connection_refused]] Network error: Connection to "34.27.46.222" refused ===== +===== [[connection_refused]] Network error: Connection to "..." refused =====
You may get this message when connecting to a server for the following reasons: You may get this message when connecting to a server for the following reasons:
  * You are trying to use WinSCP for a purpose for which it is not designed. [[requirements|WinSCP needs]] an SSH or FTP server to be installed at the other end (on the machine you want to connect to). In particular, you cannot easily use it to connect to another Windows workstation, since Windows does not have an %%SSH%% or %%FTP%% server included by default. Please refer to the guide to [[guide_exchange|exchanging files over Internet]].   * You are trying to use WinSCP for a purpose for which it is not designed. [[requirements|WinSCP needs]] an SSH or FTP server to be installed at the other end (on the machine you want to connect to). In particular, you cannot easily use it to connect to another Windows workstation, since Windows does not have an %%SSH%% or %%FTP%% server included by default. Please refer to the guide to [[guide_exchange|exchanging files over Internet]].
Line 219: Line 219:
$sessionOptions = New-Object WinSCP.SessionOptions $sessionOptions = New-Object WinSCP.SessionOptions
... ...
-$sessionOptions.AddRawSettings("SendBuf", "10000")+$sessionOptions.AddRawSettings("SendBuf", "0")
</code> </code>

Last modified: by martin