Re: FTPImplicit login (General questions)
I tried using C:Program FilesWeOnlyDo.comFtpDLXSamplesVBComponent1. Simple with FTPSimplicit as protocol, blocking and passive.
When I click connect, there were a few statechange logs.
When I selected the file to upload and click putfile, I got the msgbox with Runtime error 30003 component busy .
By clicking Debug, I was lead to the function
Private Sub Command10_Click()
PS1.Value = PS1.Min
Ftp1.PutFile
End Sub
Thanks!