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 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 FTPFileRefMethods 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) FtpFileSystem.list(FTPFileRef folder, TypeFilter filter) FtpFileSystem.moveFile(FTPFileRef f, String destinationFolder, boolean createFolder) FtpFileSystem.readFile(FTPFileRef f, String charset) FtpFileSystem.renameFile(FTPFileRef source, FTPFileRef destination)