The day I first used edtFTPnet, the logger correctly added results to the "ftpResults.txt" file. However, since then I can not find the log file - I have searched my whole drive. Some of the logger related lines are below.
Logger log = Logger.GetLogger(typeof(FTPTestClass));
Logger.CurrentLevel = Level.DEBUG;
. . .
log.Debug("Connecting");
. . .
log.Debug("Setting up active, ASCII transfers");
. . .
What might I check to resolve this?
Thank you