Re: Able to getfile, but unable to put file? (General questions)
What is 40431? Can you get ErrorText inside Done event?
Kreso
Hi Kreso,
I realised that when I issue this command:
ActiveXCtl0.Connect 10.x.x.x , 21 , FTP
The code step into the connected event: Private Sub ActiveXCtl0_Connected(ByVal ErrorCode As Long, ByVal ErrorText As String)
The ErrorCode value = 0 and ErrorText =
Which I assume is a good connection.
Immediately, It goes into the done event: Private Sub ActiveXCtl0_Done(ByVal ErrorCode As Long, ByVal ErrorText As String)
This time, the ErrorCode = 40501 and ErrorText =
Does this means the connection is not good as the errorCode is not = 0
And why does it goes into Done event upon connected as there wasn't other commands being issued. What was being done?
Thanks for advising
Complete thread:
- Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-24, 03:52
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-24, 08:34
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-24, 08:55
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-24, 08:58
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-24, 09:10
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-24, 10:39
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-24, 10:54
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-24, 11:14
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-25, 10:54
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-26, 01:55
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-26, 04:05
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-26, 14:31
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-02-02, 02:56
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-02-02, 13:07
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-02-03, 07:16
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-02-03, 07:20
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-02-03, 08:05
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-02-03, 14:06
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-02-03, 08:05
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-02-03, 07:20
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-02-03, 07:16
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-02-02, 13:07
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-02-02, 02:56
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-26, 14:31
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-26, 04:05
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-26, 01:55
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-25, 10:54
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-24, 11:14
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-24, 10:54
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-24, 10:39
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-24, 09:10
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-24, 08:58
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-24, 08:55
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-24, 08:34