Re: Setting file attributes after download (General questions)
Hello Kreso,
this construct works only partially:
long att=292;
pFtpCom->SetAttributes(bstrRemotePath,vtMissing,vtMissing,vtMissing,att);
Remote file becomes attributes properly.
But it throws exception:
10060 (yes!), The current connection has timeout.
Any dea?
Jan