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
public class ScpReceiveFileCommandDetails extends ScpPathCommandDetailsSupport
Holds the details of a "Cmmmm" command - e.g., "C0644 299 file1.txt" - Author:
- Apache MINA SSHD Project
-
-
Field Summary
Fields Modifier and Type Field Description static char
COMMAND_NAME
static String
DEFAULT_FILE_OCTAL_PERMISSIONS
-
Fields 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 Constructor Description ScpReceiveFileCommandDetails()
ScpReceiveFileCommandDetails(String header)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ScpReceiveFileCommandDetails
parse(String header)
-
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 Detail
-
DEFAULT_FILE_OCTAL_PERMISSIONS
public static final String DEFAULT_FILE_OCTAL_PERMISSIONS
- See Also:
- Constant Field Values
-
COMMAND_NAME
public static final char COMMAND_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ScpReceiveFileCommandDetails
public ScpReceiveFileCommandDetails()
-
ScpReceiveFileCommandDetails
public ScpReceiveFileCommandDetails(String header)
-
-
Method Detail
-
parse
public static ScpReceiveFileCommandDetails parse(String header)
-
-