Verbose Log/Trace logging sftp/ftp (General questions)
I have a customer that wants us to produce a verbose log file. We have added logging but they are looking for something as detailed as the Transcript log in your SMTP product. I can't find a method or property that produces a lot of that detail in the FTP/SFTP COM components. Is there something available or some sample code that I could use?
Bob
Verbose Log/Trace logging sftp/ftp
Hi Bob,
can you be more specific, what component exactly are you refering to? If it's wodFtpDLX, did you check FtpReply event where you get all the commands?
https://www.weonlydo.com/FtpDLX/Help/wodFtpDLX-object-FTPReply-event.html
Note that in SFTP protocol there are no human-readable commands or replies, that protocol is packet oriented.
Jasmine.