Re: SSH Simple
Thank you Martin!
- Eric
- Eric
SshSimple=0
. I've corrected it:
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.
-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?
-rawsettings
is not a command, but a switch to open
command:
-rawsettings SendBuf=0