Name attribute not found (wodSFTP / wodSFTP.NET / wodSFTPdll)
Limey,
I tried to do
Sftp1.ListAttributes("/");
and had this code inside:
void sftp1_AttributesDataEvent(object Sender, WeOnlyDo.Client.SFTP.AttributesArgs[] Args)
{
foreach (WeOnlyDo.Client.SFTP.AttributesArgs arg in Args)
{
Console.WriteLine(arg.Name);
}
}
it worked correctly for me. No compile errors, no errors during execution. Can you try the same?
Kreso
Complete thread:
- Name attribute not found - Limey, 2014-09-16, 19:16
- Name attribute not found - wodSupport, 2014-09-16, 19:17
- Name attribute not found - Limey, 2014-09-16, 19:26
- Name attribute not found - wodSupport, 2014-09-16, 20:29
- Name attribute not found - Limey, 2014-09-16, 22:06
- Name attribute not found - wodSupport, 2014-09-16, 22:07
- Name attribute not found - Limey, 2014-09-16, 22:06
- Name attribute not found - wodSupport, 2014-09-16, 20:29
- Name attribute not found - Limey, 2014-09-16, 19:26
- Name attribute not found - wodSupport, 2014-09-16, 19:17