Turn off Optimize connection buffer size

Advertisement

kdejarnet
Joined:
Posts:
3
Location:
Austin, TX

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.

Reply with quote

Advertisement

kdejarnet
Joined:
Posts:
3
Location:
Austin, TX

Re: Turn off Optimize connection buffer size

I've been trying to get this to work in a SSIS 2005 Execute Process Task but keep getting the message "Unknown command -rawsettings"

I'm using it as the first line of my script like so: -rawsettings SendBuf=0

Is there a different way I should be using this?

Thanks, Keith

Reply with quote

Advertisement

samr
Joined:
Posts:
4

For some reason, the site I connect to doesn't work well with the "Optimize connection buffer size" enabled, and whenever I had that on while downloading files larger than a few megabytes, I'd get this error: Server unexpectedly closed network connection.

Fortunately, I found how to turn it off and (in the GUI version at least) all my transfers are successful. On the contrary, in batch mode from a script file, even after setting -rawsettings SendBuf=0 appended to the open command, the connection will "unexpectedly close" on files larger than a few megabytes.

Does SendBuf=0 completely turn off the feature as the GUI checkbox does?

Thank you.

Reply with quote

Ed
Guest

Re: Turn off Optimize connection buffer size

Could it be that there are too many files to load on the server directory you are trying to connect to? The buffer settings seemed to work for me for about a month, then it stopped working with the same message.

Reply with quote

Advertisement

NotAUser
Guest

SSH Simple

Hello,

I noticed the documentation mentions changing SshSimple to 1 and I think some forums mentioned setting to 0 when SendBuf=0. Can you tell me what the SshSimple settings do? I'm also getting the optimize buffer messages in my FTP logs but I want to make sure SshSimple doesn't reduce the connection security.

Thanks,
Eric

Reply with quote

Advertisement

You can post new topics in this forum