Logging in wodFtpDLX (wodFtpDLX / wodFtpDLX.NET)

by James @, (6598 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?

locked

Re: Logging in wodFtpDLX

by Jasmine, (6598 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

locked

Re: Logging in wodFtpDLX

by James @, (6598 days ago) @ Jasmine

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?

locked

Re: Logging in wodFtpDLX

by wodDamir @, (6597 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

locked