Re: Get raw log - WeOnlyDo Discussion board

Re: Get raw log (General questions)

by woddrazen, Tuesday, November 20, 2007, 15:22 (6213 days ago) @ stevep

Hi Steve,


Maybe FtpReply form FtpReply Event will help you.

Here is example how to add it to your code:
[code]
Private Sub Ftp1_FTPReply(ByVal Command As String, ByVal ReplyCode As Integer, ByVal ReplyText As String)
Debug.Print Command & & ReplyText
End Sub
[/code]

More help for FtpReply Event you can find here:
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLXLib~wodFtpDLX~FTPReply_EV.html

Hope this helps.


Regards,
Drazen


Complete thread: