Interesting. Seems like a kludge to get it working. Keep looking into that one and see if you can find the source of why the server is not responding. Take a look at the FTP server's system logs to see if anything is showing up there.
...Glenn On Mon, Oct 20, 2008 at 2:44 AM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > I find a solution. It seems that the FTP-server doesn't always want to > answer the FtpWebRequest.GetResponse(), so I made some > pings in a loop to force the server to answer (in VB.Net with > System.Net.NetworkInformation.Ping). After I got the first positive > reply from the ping, the FtpWebRequest.GetResponse() worked fine. > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/DotNetDevelopment You may subscribe to group Feeds using a RSS Feed Reader to stay upto date using following url <a href="http://feeds.feedburner.com/DotNetDevelopment"> http://feeds.feedburner.com/DotNetDevelopment</a> -~----------~----~----~----~------~----~------~--~---
