Re: Unable to Connect to a Site using FTPSwithData (General questions)
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:
- Unable to Connect to a Site using FTPSwithData - Ogedei, 2007-09-03, 18:21
- Re: Unable to Connect to a Site using FTPSwithData - wodDamir, 2007-09-03, 18:46
- Re: Unable to Connect to a Site using FTPSwithData - ogedei, 2007-09-04, 18:21
- Re: Unable to Connect to a Site using FTPSwithData - woddrazen, 2007-09-04, 20:04
- Re: Unable to Connect to a Site using FTPSwithData - ogedei, 2007-09-04, 20:26
- Re: Unable to Connect to a Site using FTPSwithData - woddrazen, 2007-09-04, 20:35
- Re: Unable to Connect to a Site using FTPSwithData - ogedei, 2007-09-04, 20:49
- Re: Unable to Connect to a Site using FTPSwithData - woddrazen, 2007-09-04, 20:53
- Re: Unable to Connect to a Site using FTPSwithData - wodSupport, 2007-09-05, 00:15
- Re: Unable to Connect to a Site using FTPSwithData - ogedei, 2007-09-05, 18:54
- Re: Unable to Connect to a Site using FTPSwithData - ogedei, 2007-09-05, 23:26
- Re: Unable to Connect to a Site using FTPSwithData - wodSupport, 2007-09-05, 23:29
- Re: Unable to Connect to a Site using FTPSwithData - woddrazen, 2009-09-15, 22:19
- Re: Unable to Connect to a Site using FTPSwithData - Ogedei, 2009-09-16, 00:07
- Re: Unable to Connect to a Site using FTPSwithData - wodDamir, 2009-09-16, 08:48
- Re: Unable to Connect to a Site using FTPSwithData - Ogedei, 2009-09-25, 20:35
- Re: Unable to Connect to a Site using FTPSwithData - wodDamir, 2009-09-25, 20:36
- Re: Unable to Connect to a Site using FTPSwithData - Ogedei, 2009-09-25, 20:44
- Re: Unable to Connect to a Site using FTPSwithData - Ogedei, 2009-09-25, 20:45
- Re: Unable to Connect to a Site using FTPSwithData - wodDamir, 2009-09-25, 20:49
- Re: Unable to Connect to a Site using FTPSwithData - ogedei, 2010-10-05, 17:32
- Re: Unable to Connect to a Site using FTPSwithData - wodDamir, 2010-10-05, 17:43
- Re: Unable to Connect to a Site using FTPSwithData - ogedei, 2010-10-05, 17:32
- Re: Unable to Connect to a Site using FTPSwithData - wodDamir, 2009-09-25, 20:49
- Re: Unable to Connect to a Site using FTPSwithData - Ogedei, 2009-09-25, 20:45
- Re: Unable to Connect to a Site using FTPSwithData - Ogedei, 2009-09-25, 20:44
- Re: Unable to Connect to a Site using FTPSwithData - wodDamir, 2009-09-25, 20:36
- Re: Unable to Connect to a Site using FTPSwithData - Ogedei, 2009-09-25, 20:35
- Re: Unable to Connect to a Site using FTPSwithData - wodDamir, 2009-09-16, 08:48
- Re: Unable to Connect to a Site using FTPSwithData - Ogedei, 2009-09-16, 00:07
- Re: Unable to Connect to a Site using FTPSwithData - woddrazen, 2009-09-15, 22:19
- Re: Unable to Connect to a Site using FTPSwithData - wodSupport, 2007-09-05, 23:29
- Re: Unable to Connect to a Site using FTPSwithData - ogedei, 2007-09-05, 23:26
- Re: Unable to Connect to a Site using FTPSwithData - ogedei, 2007-09-05, 18:54
- Re: Unable to Connect to a Site using FTPSwithData - wodSupport, 2007-09-05, 00:15
- Re: Unable to Connect to a Site using FTPSwithData - woddrazen, 2007-09-04, 20:53
- Re: Unable to Connect to a Site using FTPSwithData - ogedei, 2007-09-04, 20:49
- Re: Unable to Connect to a Site using FTPSwithData - woddrazen, 2007-09-04, 20:35
- Re: Unable to Connect to a Site using FTPSwithData - ogedei, 2007-09-04, 20:26
- Re: Unable to Connect to a Site using FTPSwithData - woddrazen, 2007-09-04, 20:04
- Re: Unable to Connect to a Site using FTPSwithData - ogedei, 2007-09-04, 18:21
- Re: Unable to Connect to a Site using FTPSwithData - wodDamir, 2007-09-03, 18:46