Re: wod SFTP Active X control GetAttributes event (General questions)
Hi Damba,
Thax for ur reply the Blocking mode of the control is set to False
and I m using 3.2.1.63 version
I m using it like this :-
Step 1. using this statement and remotefile location
wodsFTP.GetAttributes RemoteFileLocation
Step 2. wait for it's execution
While wodsFTP.State = Executing
DoEvents
Wend
Step 3. Expecting to call this method to further use file attributes
Private Sub InetFTP_Attributes(ByVal Size As Long, ByVal Uid As Long, ByVal Gid As Long, ByVal Permissions As Long, ByVal AccessTime As Date, ByVal ModificationTime As Date)
But it doesn't work Is there any thing that I miss?
Thx & Regards,
Love Chopra
Hi Ichopra,
The Attributes Event isn't triggered at all?
Are you using the component in Blocking mode? Can you show me a code snippet of your GetAttributes Call and Perhaps Attributes Event?
Also, what version of wodSFTP are you using?
Regards,
Damba
Complete thread:
- wod SFTP Active X control GetAttributes event does - lchopra, 2007-09-10, 12:15
- Re: wod SFTP Active X control GetAttributes event - wodDamir, 2007-09-10, 12:46
- Re: wod SFTP Active X control GetAttributes event - Love Chopra, 2007-09-10, 13:02
- Re: wod SFTP Active X control GetAttributes event - wodDamir, 2007-09-10, 13:15
- Re: wod SFTP Active X control GetAttributes event - woddrazen, 2007-09-10, 18:00
- Re: wod SFTP Active X control GetAttributes event - wodDamir, 2007-09-10, 13:15
- Re: wod SFTP Active X control GetAttributes event - Love Chopra, 2007-09-10, 13:02
- Re: wod SFTP Active X control GetAttributes event - wodDamir, 2007-09-10, 12:46