Board index » delphi » TidFTP: "PUT"ting file sporadically hangs
David Chesnutt
![]() Delphi Developer |
Tue, 12 Oct 2004 04:41:51 GMT
TidFTP: "PUT"ting file sporadically hangs
I have an application that, among other things, frequently tries to PUT
a small (between 1KB and 21KB) file to an FTP server through a VPN. In no appreciable pattern, the PUT often hangs. Through logging, I can tell that it "Connects", then changes directory, and then doesn't return from the PUT. I have a timer that waits 5 minutes and if the PUT hasn't returned then it calls the abort method. When it does succeed, it takes maybe a second. When it fails, I have it retry a few minutes later. This process has sometimes taken overnight, trying 50-100 times and then it finally suceeds. The problem occurs on all different size files, but I seem to see it I have tried changing mode: "Passive" and "Normal". I have tried The problem occurs on an NT4 box. I have tested it on Win98 & Win2K Our network guy has seen "RUNT" packets coming from this box. We think Using D6 Enterprise and the INDY components that came with them. Any suggestions on fixing or troubleshooting this problem would be Thanks in advance, |