You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

FTP/SFTP/WebDAV Component

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

URI format

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

  • No labels