Uses of Class
org.frankframework.filesystem.ftp.FTPFileRef
Packages that use FTPFileRef
Package
Description
-
Uses of FTPFileRef in org.frankframework.filesystem.ftp
Classes in org.frankframework.filesystem.ftp that implement interfaces with type arguments of type FTPFileRefMethods in org.frankframework.filesystem.ftp that return FTPFileRefModifier and TypeMethodDescriptionFtpFileSystem.copyFile(FTPFileRef f, String destinationFolder, boolean createFolder) static FTPFileRefFTPFileRef.fromFTPFile(org.apache.commons.net.ftp.FTPFile ftpFile) Creates a deep-copy of FTPFilestatic FTPFileRefFTPFileRef.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 FTPFileRefModifier and TypeMethodDescription@NonNull DirectoryStream<FTPFileRef> FtpFileSystem.list(FTPFileRef folder, @NonNull TypeFilter filter) Methods in org.frankframework.filesystem.ftp with parameters of type FTPFileRefModifier and TypeMethodDescriptionvoidFtpFileSystem.appendFile(FTPFileRef file, InputStream content) FtpFileSystem.copyFile(FTPFileRef f, String destinationFolder, boolean createFolder) voidFtpFileSystem.createFile(FTPFileRef file, InputStream content) voidFtpFileSystem.deleteFile(FTPFileRef f) booleanFtpFileSystem.exists(FTPFileRef file) FtpFileSystem.getAdditionalFileProperties(FTPFileRef f) FtpFileSystem.getCanonicalName(FTPFileRef f) longFtpFileSystem.getFileSize(FTPFileRef f) FtpFileSystem.getModificationTime(FTPFileRef file) FtpFileSystem.getName(FTPFileRef file) FtpFileSystem.getParentFolder(FTPFileRef file) booleanFtpFileSystem.isFolder(FTPFileRef ftpFileRef) @NonNull DirectoryStream<FTPFileRef> FtpFileSystem.list(FTPFileRef folder, @NonNull TypeFilter filter) FtpFileSystem.moveFile(FTPFileRef f, String destinationFolder, boolean createFolder) FtpFileSystem.readFile(FTPFileRef f, String charset) FtpFileSystem.renameFile(FTPFileRef source, FTPFileRef destination) -
Uses of FTPFileRef in org.frankframework.receivers
Subclasses with type arguments of type FTPFileRef in org.frankframework.receiversModifier and TypeClassDescriptionclassFile listener for an FTP connection. -
Uses of FTPFileRef in org.frankframework.senders
Subclasses with type arguments of type FTPFileRef in org.frankframework.senders