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) | no summary (152.166.50.251) (hidden) (untrusted) | ||
Line 212: | Line 212: | ||
In [[scripting]], you can turn off the buffer optimization using [[rawsettings#sendbuf|''SendBuf'' raw session settings]]: | In [[scripting]], you can turn off the buffer optimization using [[rawsettings#sendbuf|''SendBuf'' raw session settings]]: | ||
<code winscp> | <code winscp> | ||
- | open sftp://user:password@example.com/ -rawsettings SendBuf=0 | + | open sftp://user:password@example.com/ -rawsettings SendBuf=100 |
</code> | </code> | ||