This component provides access to remote file systems over the FTP, SFTP and WebDAV protocols
ftp://host[:port]/fileName[?options] sftp://host[:port]/fileName[?options] webdav://host[:port]/fileName[?options]
Where fileName represents the underlying file name or directory
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 |