More research.
When I use a default properties connection (the socket receive buffer is only set once), it shows:
[12:54:39] Host Key Algorithm: ssh-rsa
[12:54:39] Client to Server Encryption: aes128-ctr
[12:54:39] Server to Client Encryption: aes128-ctr
[12:54:39] Session MAC: hmac-sha1
[12:54:39] Client to Server Compression:
zlib@openssh.com
[12:54:39] Server to Client Compression:
zlib@openssh.com
[12:54:39] Requesting service "ssh-userauth".
[12:54:39] RTT: 293.017 ms
[12:54:39] Authentication request. Method: none
[12:54:39] Server supported authentications: publickey,password,keyboard-interactive
[12:54:39] Authentication request. Method: password
[12:54:39] User authentication successful.
[12:54:39] SSH session established.
[12:54:39] Connected to 123.30.146.80.
[12:54:39] Detected Server Software: OpenSSH
[12:54:39] Opening channel 0.
[12:54:40] Channel successfully opened (Local=0, Remote=0).
[12:54:40] Requesting subystem "sftp" (Local=0, Remote=0).
[12:54:40] Sending FXP initialization. Protocol version=6.
[12:54:40] SFTP protocol version 3
[12:54:40] Resolving path "/export/home/agerm".
[12:54:40] Path successfully resolved to "/export/home/agerm".
[12:54:40] Uploading file to "/export/home/agerm/junk2.zip".
[12:54:40] StartPosition=0, EndPosition=0.
[12:54:43] Socket receive buffer set to 262144 bytes.
When I manually change the setting in the favorites for transfer to change the socket buffer sizes, the log does not have the last line:
[13:00:01] Host Key Algorithm: ssh-rsa
[13:00:01] Client to Server Encryption: aes128-ctr
[13:00:01] Server to Client Encryption: aes128-ctr
[13:00:01] Session MAC: hmac-sha1
[13:00:01] Client to Server Compression:
zlib@openssh.com
[13:00:01] Server to Client Compression:
zlib@openssh.com
[13:00:01] Requesting service "ssh-userauth".
[13:00:01] RTT: 290.645 ms
[13:00:01] Authentication request. Method: none
[13:00:01] Server supported authentications: publickey,password,keyboard-interactive
[13:00:01] Authentication request. Method: password
[13:00:02] User authentication successful.
[13:00:02] SSH session established.
[13:00:02] Connected to 123.30.146.80.
[13:00:02] Detected Server Software: OpenSSH
[13:00:02] Opening channel 0.
[13:00:02] Channel successfully opened (Local=0, Remote=0).
[13:00:02] Requesting subystem "sftp" (Local=0, Remote=0).
[13:00:02] Sending FXP initialization. Protocol version=6.
[13:00:02] SFTP protocol version 3
[13:00:02] Resolving path "/export/home/agerm".
[13:00:02] Path successfully resolved to "/export/home/agerm".
[13:00:02] Uploading file to "/export/home/agerm/junk2.zip".
[13:00:02] StartPosition=0, EndPosition=0.
The lack of last line entry listing what the socket buffer size is odd.
Compare to this one. It's the same 'favorite' with both send/receive buffers set to 2048, as in the prior example. In order to get a fresh log with all the exchange information, I had to close out SmartFTP and restart the connection. Otherwise its the same. It contains a far larger negotiated buffer.
[13:08:15] Host Key Algorithm: ssh-rsa
[13:08:15] Client to Server Encryption: aes128-ctr
[13:08:15] Server to Client Encryption: aes128-ctr
[13:08:15] Session MAC: hmac-sha1
[13:08:15] Client to Server Compression:
zlib@openssh.com
[13:08:15] Server to Client Compression:
zlib@openssh.com
[13:08:15] Requesting service "ssh-userauth".
[13:08:15] RTT: 286.669 ms
[13:08:15] Authentication request. Method: none
[13:08:15] Server supported authentications: publickey,password,keyboard-interactive
[13:08:15] Authentication request. Method: password
[13:08:15] User authentication successful.
[13:08:15] SSH session established.
[13:08:15] Connected to 123.30.146.80.
[13:08:15] Detected Server Software: OpenSSH
[13:08:15] Opening channel 0.
[13:08:15] Channel successfully opened (Local=0, Remote=0).
[13:08:15] Requesting subystem "sftp" (Local=0, Remote=0).
[13:08:15] Sending FXP initialization. Protocol version=6.
[13:08:15] SFTP protocol version 3
[13:08:15] Resolving path "/export/home/agerm".
[13:08:15] Path successfully resolved to "/export/home/agerm".
[13:08:15] Getting attributes of "/export/home/agerm/junk.zip".
[13:08:16] Attributes successfully obtained.
[13:08:16] Downloading file "/export/home/agerm/junk.zip".
[13:08:16] StartPosition=0, EndPosition=0.
[13:08:20] Socket receive buffer set to 4194304 bytes.