Logging in wodFtpDLX - WeOnlyDo Discussion board

Logging in wodFtpDLX (wodFtpDLX / wodFtpDLX.NET)

by James, Thursday, June 07, 2007, 21:46 (6162 days ago)

Is there any kind of logging capability in wodFtpDLX? If not, is there another way to get enough information to write a log?

Re: Logging in wodFtpDLX

by wodSupport, Thursday, June 07, 2007, 21:48 (6162 days ago) @ James

James,

hi. I belive FTPReply log should help you. Just do

Debug.Print Command,ReplyText

inside that event and yuo get full correspondence between the client and the server.

Regards,
kreso

Re: Logging in wodFtpDLX

by James, Friday, June 08, 2007, 15:52 (6161 days ago) @ wodSupport

Thanks, it looks like this is what I need. But when I try to set up an object that implements IwodFTPNotify, I get a compile error that complains about the Connected Method not being defined. I can't figure out the correct syntax to get the error to go away. Is there a VB sample of an object that implements this interface anywhere?

Re: Logging in wodFtpDLX

by wodDamir, Friday, June 08, 2007, 16:02 (6161 days ago) @ James

James,

Yes, we do have a sample called 6. Implements IwodFtpNotify interface included with the component.

Also, when using Notification, you need to have all of the Notification Methods declared (even just their empty bodies).

You can find the instructions on using Fast Notification interface on the following link:

http://www.weonlydo.com/FtpDLX/Help/Notifications.html

Hope this helps.

Regards,
Damba