* @return The {@link #rootPrefix}
*/
public String getRootPrefix() { return rootPrefix; }
public void setRootPrefix(String rootPrefix) {
this.rootPrefix = rootPrefix;
this.root = new SecureFTPDirectory(this, null, new SimplePath(""), getFiles(new SimplePath(".")).firstElement().getAttrs());
}