Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Include Page
FTP2
FTP2

FTP/SFTP/WebDAV Component

This component provides access to remote file systems over the FTP, SFTP and WebDAV protocols

URI format

Code Block

ftp://host[:port]/fileName[?options]
sftp://host[:port]/fileName[?options]
webdav://host[:port]/fileName[?options]

Where fileName represents the underlying file name or directory

Options

Name

Default Value

Description

directory

false

indicates whether or not the given file name should be interpreted by default as a directory or file (as it sometimes hard to be sure with some FTP servers)

password

null

specifies the password to use to login to the remote file system

Include Page
CAMEL:Endpoint See AlsoCAMEL:Endpoint See Also