Re: Problem getting Listing for UNIX Type: L8 Serv (General questions)
I had it printed out already. :)
***Error*** Ftp1_DoneEvent Args.Error: 230 Args.Description: <virtual directory>
Args.Error = 230
Args.Decription = <virtual directory>
I now know that it sends back an error for every CWD command, even with servers I'm not having any problems with. It's more like an informational message than a true error. Is there any way to change that behaviour, so that only real errors come back through the args.Error & args.descrition for Ftp1.DoneEvent? If not, then can you propose a way a person can put in good error-handling logic?