Login  
Search All Forums
Dart Home | PowerTCP FTP for .NET | Custom Development Reply | PowerTCP FTP for .NET Topics | Forums   
AuthorForum: PowerTCP FTP for .NET
Topic: FTP Command/Response Tracing
mdraggs

From: USA
Posts: 10
Member Since: 10/26/05
posted December 9, 2014 9:31 AM

Our console application is currently using 3.0.7.0 and has a basic tracing procedure that allows all FTP command and responses to be logged. The procedure is defined as follows:

Private Sub FTP_Tracer(ByVal mySender As Object, ByVal myEvent As Dart.PowerTCP.Ftp.SegmentEventArgs)
Handles RmtFTP.Trace

I am in the process of updating the application to use 4.6.0.1 and I see where most of the methods return RESPONSE or COPYRESULT which can be used to provide similar functionality for most of the commands.

However, I would still prefer to have a single point to log all of the commands and responses. How would you recommend doing this?

Thanks, Mike
Nick B (Admin)

From: Utica, NY USA
Posts: 619
Member Since: 05/25/10

Extra Support Options
Custom Application Development

posted December 9, 2014 11:38 AM

Hi Mike,

The Ftp.Connection.Log event may be used for logging control connection data.
Reply | PowerTCP FTP for .NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX