0 votes
by (120 points)
edited

Downloads are working properly for any file size. However, file uploads are working only for size less than 5 kb. Globalscape SFTP server is used. If we try the offset command, lets say for a file which is 200 kb, it transfers only 5 kb.

It even generates an error which says "Connection has been closed by the remote connection end...". However if CUTEFTP client is used, files are getting transferred. Please help

Applies to: Rebex SFTP

1 Answer

+1 vote
by (144k points)
edited

Try disabling ZLIB compression as described in the SFTP tutorial (no need to specify any of the other parameters) and give it a try. This is a new feature in build 3588 and it looks like it is not working as expected with one of your SFTP servers. Several other users also reported problems with this feature and it will be turned off by default in the next release.

If this doesn't help, please send us the communication log created using the Sftp object's LogWriter property (as described here)

Update: Build 3723 has ZLIB compression disabled by default. Since build 3793, ZLIB compression works fine with GlobalScape.

...