GetAttributes Method (wodSFTP / wodSFTP.NET / wodSFTPdll)
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.
Re: GetAttributes Method
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