daniel wrote:
By Transferring a file...
after transfer under 1024 kb
Network error: Software caused connection abort
are displays sometimes after 600kb transfers or more than 1024kb trnsferred.
please help me..
daniel
Some network-level suspects:
Broken Path MTU Discovery
Broken ECN (Explicit Congestion Notification)
NAT router or stateful firewall losing state too quickly (some NAT routers and stateful firewalls are broken and forget connections after relatively short intervals - this isn't noticed until you try to use a protocol that utilizes long-lived connections - typical web browsing creates and tears down connections rather quickly, on the order of a few seconds to a few minutes)
With the first two, any routers or other systems between you and the host you are transfering to could break things. Particularly, if the administrator has blindly disabled certian ICMP messages, PMTU discovery and ECN will cause a connection to hang. With the last, it would most likely be a router or firewall near one of the endpoints, and therefore easier to find.
Or it could just be a bug in WinSCP - Try some of the command line SCP/SFTP clients to see if the problem can be duplicated. If you are able to duplicate, its probably a networking problem. If not, then you can probably blame WinSCP