Welcome to the Xceed Community | Help
Community Search  

ReceiveMultipleFiles only works when debugging

Sort Posts: Previous Next
  •  10-07-2008, 12:20 PM Post no. 15948

    ReceiveMultipleFiles only works when debugging

    When I step through my code in VS, the FTPClient connects and the ReceiveMultipleFiles method downloads the selected file from my FTP server.  When I execute the same code in runtime, the ReceiveMultipleFiles method gets ignored and no files are downloaded.  This seems strange.  I am using VS 2008 3.5 framework.  Help!!!

  •  10-07-2008, 2:34 PM Post no. 15954 in reply to 15948

    Re: ReceiveMultipleFiles only works when debugging

    Are you downloading many files at the same time?  How big are the files? 

    Can you set the TraceWriter property so we can get a log of the communication with the server?

    FtpClient.TraceWriter = new StreamWriter( @"D:\ftp.log", true );

    I suggest you do it both when debugging and at runtime, to see if there is a different.

    You can post the logs here.

     


    André
    Software Developer and Tech Support
    Xceed Software Inc.
  •  10-10-2008, 2:10 PM Post no. 16023 in reply to 15954

    Re: ReceiveMultipleFiles only works when debugging

    It seems to be fixed with a service pack update to VS2008.
    André
    Software Developer and Tech Support
    Xceed Software Inc.
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.