Turn off Optimize connection buffer size
Is there a way to do this in the script? I tried using "option optimize connection buffer size off" but this is throwing an error.
Thanks.
Thanks.
Advertisement
Advertisement
-rawsettings SendBuf=0
-rawsettings
is not a command, but a switch to open
command:
Advertisement
-rawsettings SendBuf=0
appended to the open
command, the connection will "unexpectedly close" on files larger than a few megabytes.
SendBuf=0
completely turn off the feature as the GUI checkbox does?
Advertisement
You can post new topics in this forum