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.