Re: wod SFTP Active X control GetAttributes event - WeOnlyDo Discussion board

Re: wod SFTP Active X control GetAttributes event (General questions)

by Love Chopra, Monday, September 10, 2007, 13:02 (6284 days ago) @ wodDamir


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: