public String getName() {
   return scpEntry.getName();
 }
 public long getSize() {
   return scpEntry.getSize();
 }
 public String getMode() {
   return scpEntry.getMode();
 }