Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.5k views
in .NET FTP by (180 points)
Hello,
I am using entFTPnetPRO for the first time .Could some one tell me how to enable logging at all level.

1 Answer

0 votes
by (162k points)
SecureFTPConnection ftp = new SecureFTPConnection();

...

ftp.LogLevel = LogLevel.All;
ftp.LogFile = "C:\temp\myfile.log";

Categories

...