FTP settings
You can index files remotely using FTP.
Here is a list of FTP settings:
Name |
Environment Variable |
Default value |
Documentation |
|---|---|---|---|
|
|
|
Set it to |
|
|
|
Hostname |
|
|
|
Port |
|
|
|
|
|
|
|
Deprecated since version 2.10: The server.protocol setting is deprecated. Use fs.provider instead.
Username / Password
Let’s say you want to index from a remote server using FTP:
FS URL:
/path/to/data/dir/on/serverServer:
mynode.mydomain.comUsername:
username(default toanonymous)Password:
passwordProvider:
ftpPort:
21(default to21)
name: "test"
fs:
provider: "ftp"
url: "/path/to/data/dir/on/server"
server:
hostname: "mynode.mydomain.com"
port: 21
username: "username"
password: "password"