Search
You searched for the word(s): [no words] || User(s): andreas
< 1 second(s)
-
Hello Ghislain,
Any luck in your investigation? If not, any suggestion on what we can do?
regards Andreas
-
I can't see how FtpClient can be use with Synchronize/AbstractFolders, we used the same approach used in Xceed's FileSystem snippet examples ''6.1.1 Synchronizing with FTP from Zip file''. Do you got an snippet for an alternate approach?
regards Andreas
-
Here's what i want to do in psuedo code. And I must be able to prevent or catch all exceptions that might occure. Preferable without to rig Application.ThreadException or such in my static main (the one I posted above 05-27-2009) that pops up dialogs about unhanlded expection. Is that possible? I run the synchronization 24/7with 2min intervalls, ...
-
Hello,
I don't have that option to add for my FtpConnection -> AddHandler udtLocalFtpConnection.StateChanged, AddressOf OnStateChange??
Special feature?
Regards Andreas
-
I got this in my outer Exception, how can i take care of this to provide and safe application?
regards Andreas
MYExnHandler called with 5/27/2009 11:42:45 PM : The FTP command execution timed-out.Exception sourceXceed.FtpCall stack : at Xceed.Ftp.Engine.FtpCommand.OnCommandTimeout(Object state, Boolean ...
-
Unfortunately it didn't help, this monday I experienced a new crash. I've added some extra exception handlers (see below) to see what actually happens, if possible.
Application.ThreadException and currentDomain.UnhandledException
It seems according to the FileZilla user interface that the server goes ''down'' at the same time it occures, as if ...
-
Hello Andre,
I've run with passive transfer and it took ~60h before it crashed. The Xceed trace log is added blow. How can I secure the call to Synchronizer.Synchronize? Even if there is error in connections we must be able to handle it, try later or inform the user. Any tip?
In my first post I include a snippet of our call to Synchronize. We ...
-
I'll try that.
But when I wrote terminate I mean ''kills''. Any clue why the FTP Synchronize kill the application even though it is wrapped in try,catch,finally blocks? I get an ''error report'' to send.
Regards Andreas
-
Hello,
My application synchronize files from a NAS 24/7 every 2min. After X
hours the application suddenly crashes/terminates. Sometimes we're able to log the
exception that occurse but not always(strange). ''Connection to the FTP server's data channel
timed-out.'' The call to Synchronize is wrapped in try,catch blocks so i can't figure out ...
|
|
|
|