Class FtpUtils


  • public final class FtpUtils
    extends Object
    Various FTP utils.
    • Method Detail

      • extractDirNameFromAbsolutePath

        public static String extractDirNameFromAbsolutePath​(String path)
      • compactPath

        public static String compactPath​(String path)
        Compacts a path by stacking it and reducing .., and uses OS specific file separators (eg File.separator).

        Important: This implementation works for the camel-ftp component for various FTP clients and FTP servers using different platforms and whatnot. This implementation has been working for many Camel releases, and is included here to restore patch compatibility with the Camel releases.

      • ensureRelativeFtpDirectory

        public static void ensureRelativeFtpDirectory​(org.apache.camel.Component ftpComponent,
                                                      RemoteFileConfiguration configuration)
        Checks whether directory used in ftp/ftps/sftp endpoint URI is relative. Absolute path will be converted to relative path and a WARN will be printed.
        Parameters:
        ftpComponent -
        configuration -
        See Also:
        FTP/SFTP/FTPS Component