Re: Unable to Connect to a Site using FTPSwithData - WeOnlyDo Discussion board

Re: Unable to Connect to a Site using FTPSwithData (General questions)

by woddrazen, Tuesday, September 04, 2007, 20:35 (6289 days ago) @ ogedei

Brian,


HostCertificateEvent Accept parameter should be set to True to enable access to server.

DebugFile isn't supported in wodFtpDLX.NET. You can use FtpReply Event and send us output from FtpReply Command and ReplyText parameters.
[code]
Private Sub dlxnet_FtpReplyEvent(ByVal Sender As Object, ByVal Args As WeOnlyDo.Client.FtpReplyArgs) Handles dlxnet.FtpReplyEvent
Console.WriteLine(Args.Command & & Args.ReplyText)
End Sub
[/code]

Drazen


Complete thread: