Re: FTPImplicit login - WeOnlyDo Discussion board

Re: FTPImplicit login (General questions)

by woddrazen, Wednesday, February 16, 2011, 22:48 (4825 days ago) @ jessica

Jessica,


I just tired to run Xlight FTP Server 3.6 on my side and wodFtpDLX PutFiles worked without any problem.

Can you please try this simple code and if error occur send us output from FtpReply Event:
[code]Dim WithEvents dlx1 As wodFtpDLXCom
Private Sub Form_Load()
Set dlx1 = New wodFtpDLXCom

dlx1.HostName = your_hostname
dlx1.Blocking = True
dlx1.Protocol = FTPSimplicit
dlx1.Login = your_login
dlx1.Password = your_password
dlx1.Passive = True
dlx1.Connect

dlx1.PutFiles c:\Data , /
End Sub

Private Sub dlx1_FTPReply(ByVal Command As String, ByVal ReplyCode As Integer, ByVal ReplyText As String)
Debug.Print Command & & ReplyText
End Sub[/code]
Please also send us full log from FileZilla successful upload. So we can compare it with wodFtpDLX.

You can send that data to techsupport@weonlydo.com


Drazen


Complete thread: