Uses of Class
org.frankframework.filesystem.ftp.FTPFileRef
Packages that use FTPFileRef
-
Uses of FTPFileRef in org.frankframework.filesystem.ftp
Methods in org.frankframework.filesystem.ftp that return FTPFileRefModifier and TypeMethodDescriptionFtpFileSystem.copyFile
(FTPFileRef f, String destinationFolder, boolean createFolder) static FTPFileRef
FTPFileRef.fromFTPFile
(org.apache.commons.net.ftp.FTPFile ftpFile) Creates a deep-copy of FTPFilestatic FTPFileRef
FTPFileRef.fromFTPFile
(org.apache.commons.net.ftp.FTPFile ftpFile, String folder) Creates a deep-copy of FTPFile, relative to the provided folderFtpFileSystem.moveFile
(FTPFileRef f, String destinationFolder, boolean createFolder) FtpFileSystem.renameFile
(FTPFileRef source, FTPFileRef destination) Methods in org.frankframework.filesystem.ftp that return types with arguments of type FTPFileRefMethods in org.frankframework.filesystem.ftp with parameters of type FTPFileRefModifier and TypeMethodDescriptionFtpFileSystem.appendFile
(FTPFileRef f) FtpFileSystem.copyFile
(FTPFileRef f, String destinationFolder, boolean createFolder) FtpFileSystem.createFile
(FTPFileRef f) void
FtpFileSystem.deleteFile
(FTPFileRef f) boolean
FtpFileSystem.exists
(FTPFileRef file) FtpFileSystem.getAdditionalFileProperties
(FTPFileRef f) FtpFileSystem.getCanonicalName
(FTPFileRef f) long
FtpFileSystem.getFileSize
(FTPFileRef f) FtpFileSystem.getModificationTime
(FTPFileRef file) FtpFileSystem.getName
(FTPFileRef file) FtpFileSystem.getParentFolder
(FTPFileRef file) boolean
FtpFileSystem.isFolder
(FTPFileRef ftpFileRef) FtpFileSystem.moveFile
(FTPFileRef f, String destinationFolder, boolean createFolder) FtpFileSystem.readFile
(FTPFileRef f, String charset) FtpFileSystem.renameFile
(FTPFileRef source, FTPFileRef destination)