SSHServer not receving full file (General questions)
What is happening is that we have a wodSSH server component running on an XP machine that is listening on port 22. When it receives files from a wodSFTP component, it only receives partial files. Ie, if we are sending a 92K file, the SSHServer receives 64K. Obviously this is a magic number in file transferring. The errorcode returned is zero.
If the same file is transferred using winSCP, it arrives fine.
If the same file is transferred to a unix server, it arrives fine.
If a pause of 1/2 second is put after the file returns the done event, it transfers fine.
It appears the connection is disconnecting prematurely. I've used code directly from the examples to bypass problems with prior code written. Both exhibit the same problem. With our unix code, we always immediately use an MD5 command on the server (and the client) to ensure the file was transferred properly.
Any ideas on where to start?
Darren
Complete thread:
- SSHServer not receving full file - dschmidt, 2005-04-19, 17:14
- Re: SSHServer not receving full file - wodSupport, 2005-04-19, 17:20
- Re: SSHServer not receving full file - dschmidt, 2005-04-19, 18:15
- Re: SSHServer not receving full file - wodSupport, 2005-04-19, 18:24
- Re: SSHServer not receving full file - dschmidt, 2005-04-19, 18:44
- Re: SSHServer not receving full file - wodSupport, 2005-04-19, 18:24
- Re: SSHServer not receving full file - dschmidt, 2005-04-19, 18:15
- Re: SSHServer not receving full file - wodSupport, 2005-04-19, 17:20