public class ScpReceiveFileCommandDetails extends ScpPathCommandDetailsSupport
Modifier and Type | Field and Description |
---|---|
static char |
COMMAND_NAME |
static String |
DEFAULT_FILE_OCTAL_PERMISSIONS |
S_IRGRP, S_IROTH, S_IRUSR, S_IWGRP, S_IWOTH, S_IWUSR, S_IXGRP, S_IXOTH, S_IXUSR
command
BY_NAME_COMPARATOR, NAME_EXTRACTOR
Constructor and Description |
---|
ScpReceiveFileCommandDetails() |
ScpReceiveFileCommandDetails(String header) |
Modifier and Type | Method and Description |
---|---|
static ScpReceiveFileCommandDetails |
parse(String header) |
equals, getEffectiveLength, getLength, getName, getOctalPermissions, getPermissions, hashCode, parseOctalPermissions, setLength, setName, setPermissions, toHeader, toString
getCommand
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findByName, findFirstMatchByName, getNameList, getNames, ofName, removeByName, safeCompareByName
public static final String DEFAULT_FILE_OCTAL_PERMISSIONS
public static final char COMMAND_NAME
public ScpReceiveFileCommandDetails()
public ScpReceiveFileCommandDetails(String header)
public static ScpReceiveFileCommandDetails parse(String header)
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.