Class FtpConstants


  • public final class FtpConstants
    extends Object
    Constants
    • Field Detail

      • FILE_LENGTH

        @Metadata(label="consumer",
                  description="A `long` value containing the file size.",
                  javaType="long")
        public static final String FILE_LENGTH
        See Also:
        Constant Field Values
      • FILE_LAST_MODIFIED

        @Metadata(label="consumer",
                  description="A `Long` value containing the last modified timestamp of the file.",
                  javaType="long")
        public static final String FILE_LAST_MODIFIED
        See Also:
        Constant Field Values
      • FILE_NAME

        @Metadata(description="Specifies the output file name (relative to the endpoint directory) to\nbe used for the output message when sending to the endpoint. If this is\nnot present and no expression either, then a generated message ID is\nused as the filename instead.",
                  javaType="String")
        public static final String FILE_NAME
        See Also:
        Constant Field Values
      • FILE_NAME_ONLY

        @Metadata(description="Only the file name (the name with no leading paths).",
                  javaType="String")
        public static final String FILE_NAME_ONLY
        See Also:
        Constant Field Values
      • FILE_PARENT

        @Metadata(description="The parent path.",
                  javaType="String")
        public static final String FILE_PARENT
        See Also:
        Constant Field Values
      • REMOTE_FILE_INPUT_STREAM

        @Metadata(description="The remote file input stream.",
                  javaType="java.io.InputStream")
        public static final String REMOTE_FILE_INPUT_STREAM
        See Also:
        Constant Field Values
      • FILE_LOCAL_WORK_PATH

        @Metadata(description="Path to the local work file, if local work directory is used.",
                  javaType="String")
        public static final String FILE_LOCAL_WORK_PATH
        See Also:
        Constant Field Values
      • FTP_REPLY_CODE

        @Metadata(description="The FTP client reply code",
                  javaType="int")
        public static final String FTP_REPLY_CODE
        See Also:
        Constant Field Values
      • FTP_REPLY_STRING

        @Metadata(description="The FTP client reply string",
                  javaType="String")
        public static final String FTP_REPLY_STRING
        See Also:
        Constant Field Values
      • FILE_HOST

        @Metadata(description="The remote hostname.",
                  javaType="String")
        public static final String FILE_HOST
        See Also:
        Constant Field Values