Massive "detected incoming data while idle"

Advertisement

cdlvj
Joined:
Posts:
13

Massive "detected incoming data while idle"

A client transfer using sftp has like 37 minutes of the above message in the log.

What does that mean?

Reply with quote

Advertisement

cdlvj
Joined:
Posts:
13

We have a client where their sftp transfers are taking a very long time.
The file does make it, but the log is full of these errors, so I suspect that there is some sort of hardware problem on their end.

Transfers from other clients are very reasonable.

Reply with quote

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

cdlvj wrote:

We have a client where their sftp transfers are taking a very long time.
The file does make it, but the log is full of these errors, so I suspect that there is some sort of hardware problem on their end.

Transfers from other clients are very reasonable.
Well, this is not an error. It more like a debugging message. They may have a connection will big latency. The other clients are also using WinSCP?

Reply with quote

cdlvj
Joined:
Posts:
13

Other clients with winscp are running very well.
Just the one with problems.

Is there an adjustment that the client can make, like mtu whatever?

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

cdlvj wrote:

options SFTPDownloadQueue and SFTPUploadQueue

Where are these options in the dialog?
These are hidden options that must be configured directly in the configuration file or registry.

Reply with quote

cdlvj
Joined:
Posts:
13

Ahoy,

I cannot find those options.
Search of the registry did not find those options.

I changed the config to produce the ini file, and did searchs for those parms.

This is version 3. There was a winscp3.ini
Thanks

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

cdlvj wrote:

I cannot find those options.
Search of the registry did not find those options.

I changed the config to produce the ini file, and did searchs for those parms.
They are not there by default. You need to add them manually like:

[Sessions\My session]
HostName=myserver.com
SFTPUploadQueue=10

Reply with quote

Advertisement

You can post new topics in this forum