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> -~----------~----~----~----~------~----~------~--~---
