Class ScpReceiveDirCommandDetails
java.lang.Object
org.apache.sshd.scp.common.helpers.AbstractScpCommandDetails
org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
org.apache.sshd.scp.common.helpers.ScpReceiveDirCommandDetails
- All Implemented Interfaces:
NamedResource
Holds the details of a "Dmmmm " command - e.g., "D0755 0 dirname"
-
Field Summary
FieldsFields inherited from class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
S_IRGRP, S_IROTH, S_IRUSR, S_IWGRP, S_IWOTH, S_IWUSR, S_IXGRP, S_IXOTH, S_IXUSR
Fields inherited from class org.apache.sshd.scp.common.helpers.AbstractScpCommandDetails
command
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
equals, getLength, getName, getOctalPermissions, getPermissions, hashCode, parseOctalPermissions, setLength, setName, setPermissions, toHeader, toString
Methods inherited from class org.apache.sshd.scp.common.helpers.AbstractScpCommandDetails
getCommand
-
Field Details
-
DEFAULT_DIR_OCTAL_PERMISSIONS
- See Also:
-
COMMAND_NAME
public static final char COMMAND_NAME- See Also:
-
-
Constructor Details
-
ScpReceiveDirCommandDetails
public ScpReceiveDirCommandDetails() -
ScpReceiveDirCommandDetails
-
-
Method Details
-
getEffectiveLength
protected long getEffectiveLength()- Overrides:
getEffectiveLength
in classScpPathCommandDetailsSupport
-
parse
-