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

asked 18 Feb '10, 16:13

Sohail%20Shaukat's gravatar image

Sohail Shaukat
161
accept rate: 0%

edited 17 Mar '10, 14:50

Lukas%20Pokorny's gravatar image

Lukas Pokorny ♦♦
2.4k28


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.

link

answered 18 Feb '10, 16:27

Lukas%20Pokorny's gravatar image

Lukas Pokorny ♦♦
2.4k28
accept rate: 31%

edited 21 May '10, 13:34

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×141

Asked: 18 Feb '10, 16:13

Seen: 1,253 times

Last updated: 21 May '10, 13:34