Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
67 views
in Java FTP by (210 points)

Hello,

An issue suddenly appeared with a customer where files get downloaded but they are truncated and no error is generated.

After Googling it found a similar issue reported for WinSCP where throttling the speed down solved the issue:

https://winscp.net/forum/viewtopic.php?t=30077

Is this possible with etdFtpJPro?

Thanks!

Jan

by (162k points)
Yes, see setMaxTransferRate.

However, that's not how to solve a problem like this. It's best to understand why it is happening and solve the actual issue. If you want to do that, please open a support ticket at https://enterprisedt.com/support/.

1 Answer

0 votes
by (210 points)
selected by
 
Best answer

Thanks for the reply!

It was actually the FXP_READ issue again where only 1 Max Queued Request can be handled.

Setting it to 1 with SSHFTPClient.setMaxQueuedReadRequests() did the trick for this customer we interface with!

Very cool, but, good to know that speed also can be throttled and not a good idea to pursue and getting to the bottom of the underlying problem is best.

Thanks!

Jan

Categories

...