Skip to content
Snippets Groups Projects
Commit 85e19527 authored by Daniele Kruse's avatar Daniele Kruse
Browse files

Added size in the output of ls

parent 73a89877
Branches
Tags
No related merge requests found
......@@ -1177,7 +1177,9 @@ void XrdProFile::xCom_ls(const std::vector<std::string> &tokens, const cta::Secu
<< " " << owner.uid
<< " " << owner.gid
<< " " << storageClassName
<< " " << dirEntry.name << std::endl;
<< " " << dirEntry.name
<< " " << dirEntry.status.checksum.str()
<< " " << dirEntry.status.size << std::endl;
}
m_data = responseSS.str();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment