I am getting a lost connection error message when filesize >= 65,536 bytes.
The same file will transfer successfully when filesize <= 65,535 bytes.
Edited SFTP log follows:
Opening Connection sftp.elink-filetransfer.com:22
Server version: SSH-2.0-Maverick_SSHD
We claim version: SSH-2.0-PuTTY-FZ-Local: Jan 10 2012 12:44:00
Using SSH protocol version 2
Doing Diffie-Hellman group exchange
SSH: Listing Directory
Doing Diffie-Hellman key exchange
Host key fingerprint is:
ssh-rsa 1024 (removed)
Initialised AES-256 client->server encryption
Initialised AES-256 server->client encryption
Sent password
Access granted
Opened channel for session
SSH: List complete 4 files.
Started a shell/command
SSH: CTS CONNECTED
SSH: Listing Directory
SSH: List complete 4 files.
SSH: Sending New2.Killme-64k.txt
SSH: Error while writing: no connection
Connection closed
Opening Connection sftp.elink-filetransfer.com:22
Server version: SSH-2.0-Maverick_SSHD
We claim version: SSH-2.0-PuTTY-FZ-Local: Jan 10 2012 12:44:00
Using SSH protocol version 2
Doing Diffie-Hellman group exchange
Doing Diffie-Hellman key exchange
Host key fingerprint is:
ssh-rsa 1024 (removed)
Initialised AES-256 client->server encryption
Initialised AES-256 server->client encryption
Sent password
Access granted
Opened channel for session
Started a shell/command
SSH: CTS CONNECTED
========================= end of SFTP log ==========
DOPUS 10.0.3.0.4392.x86
(with the SFTP option)
I routinely use Putty from a local server to transfer much larger files to the same SFTP site using the same login credentials.
The SFTP server will accept connections on port 22 and 31039. I have tried both with DOPUS and both fail.
The Putty scripts use port 31039.
-Mike-