Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

PeteFishwick

Re: Error occurred during logging

Thank you

martin wrote:

Sure. It's a path to the log. Not a path to a log directory.
martin

Re: Error occurred during logging

Sure. It's a path to the log. Not a path to a log directory.
PeteFishwick

Re: Error occurred during logging

No, I just set it as:

Dim SessionLogpPath As String = "C:\"

Should I have included a filename?

martin wrote:

How did you set the SessionLogPath? Did you include a filename in the path?
martin

Re: Error occurred during logging

How did you set the SessionLogPath? Did you include a filename in the path?
PeteFishwick

Error occurred during logging

I am having problems connecting to an FTP server using .NET

I want to log what is going on when I try to open the connections. I have set the SessionLogPath but when I try the Open I get a SessionRemoteException
of "Error occurred during logging. It's been turned off"

I'd understood that setting SessionLogPath was sufficient to enable logging.