public class FTPFileRef
extends org.apache.commons.net.ftp.FTPFile
Constructor and Description |
---|
FTPFileRef() |
FTPFileRef(String name) |
Modifier and Type | Method and Description |
---|---|
static FTPFileRef |
fromFTPFile(org.apache.commons.net.ftp.FTPFile ftpFile)
Creates a deep-copy of FTPFile
|
String |
getFileName() |
String |
getName() |
void |
setFolder(String folder) |
void |
setName(String name) |
String |
toString() |
getGroup, getHardLinkCount, getLink, getRawListing, getSize, getTimestamp, getTimestampInstant, getType, getUser, hasPermission, isDirectory, isFile, isSymbolicLink, isUnknown, isValid, setGroup, setHardLinkCount, setLink, setPermission, setRawListing, setSize, setTimestamp, setType, setUser, toFormattedString, toFormattedString
public FTPFileRef()
public FTPFileRef(String name)
public String getFileName()
public void setName(String name)
setName
in class org.apache.commons.net.ftp.FTPFile
public void setFolder(String folder)
public String getName()
getName
in class org.apache.commons.net.ftp.FTPFile
public String toString()
toString
in class org.apache.commons.net.ftp.FTPFile
public static FTPFileRef fromFTPFile(org.apache.commons.net.ftp.FTPFile ftpFile)
Copyright © 2023 Frank!Framework. All rights reserved.