Class ScpReceiveFileCommandDetails
java.lang.Object
org.apache.sshd.scp.common.helpers.AbstractScpCommandDetails
org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
org.apache.sshd.scp.common.helpers.ScpReceiveFileCommandDetails
- All Implemented Interfaces:
NamedResource
Holds the details of a "Cmmmm " command - e.g., "C0644 299 file1.txt"
-
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, getEffectiveLength, 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_FILE_OCTAL_PERMISSIONS
- See Also:
-
COMMAND_NAME
public static final char COMMAND_NAME- See Also:
-
-
Constructor Details
-
ScpReceiveFileCommandDetails
public ScpReceiveFileCommandDetails() -
ScpReceiveFileCommandDetails
-
-
Method Details
-
parse
-