Name attribute not found - WeOnlyDo Discussion board

Name attribute not found (wodSFTP / wodSFTP.NET / wodSFTPdll)

by wodSupport, Tuesday, September 16, 2014, 20:29 (3502 days ago) @ Limey

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: