Here is the error message:
[SocketException (0x2714): A blocking operation was interrupted by a call to WSACancelBlockingCall]
   System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) +373
   System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) +102
[IOException: Unable to read data from the transport connection.]
   System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) +149
   System.IO.StreamReader.ReadBuffer() +46
   System.IO.StreamReader.ReadLine() +33
   com.enterprisedt.net.ftp.FTPControlSocket.ReadReply() in C:\Inetpub\wwwroot\MaP3_CMS\FtpClient\FTPControlSocket.cs:461
   com.enterprisedt.net.ftp.FTPClient.Dir(String dirname, Boolean full) in C:\Inetpub\wwwroot\MaP3_CMS\FtpClient\FTPClient.cs:1212
   com.enterprisedt.net.ftp.FTPClient.Dir() in C:\Inetpub\wwwroot\MaP3_CMS\FtpClient\FTPClient.cs:1135
   MaP3_CMS.DocumentExternalUpload.Upload(String LocalFile, String LocalPath, String RemoteDirName, Int64 Timeout) in c:\inetpub\wwwroot\MaP3_CMS\ClassesAndModules\DocumentExternalUpload.vb:35
Morten