Hi,
Trying to use the SFTP makedirectory method and I want
to create the file with rwxrwx (770)
so I have
att:TScSFTPFileAttributes;
begin
att:= TScSFTPFileAttributes.Create;
att.Permissions:= [];
datamod.sftp.MakeDirectory(basepath,att);
what do I set att.permissions to?