GetAttributes Method (wodSFTP / wodSFTP.NET / wodSFTPdll)

by Efosa @, (6966 days ago)

I followed the instructions on how to declare the Attribute Event.

Private Sub Sftp1_Attributes(ByVal Sender As Object, ByVal Args As WeOnlyDo.Client.SFTP.AttributesArgs) Handles Sftp1.Attributes
MsgBox(Args.AccessTime)
End Sub

Problems:

1. vb.net 2003 keeps giving me the following error: Sftp1_Attributes' cannot handle Event 'Attributes' because they do not have the same signature.

2. I am not able to reference WeOnlyDo.Client.SFTP.AttributesArgs .

Any ideas would be greatly appreciated.

locked

Re: GetAttributes Method

by wodAlan @, (6966 days ago) @ Efosa

Hi,

Did you try with our Sample which goes in installation package (Basic VB sample)?
If not, can you try with that?
Just do it like I write in my last post.
I can prepare you sample if you find more trouble with that.
If so, please contact me at: techsupport@weonlydo.com

Hope I helped.

Regards,
Alan

locked