FTP settings
You can index files remotely using FTP.
Here is a list of FTP settings (under server.
prefix):
Name |
Default value |
Documentation |
---|---|---|
|
|
Hostname |
|
|
Port |
|
|
|
|
|
|
|
|
Set it to |
Username / Password
Let’s say you want to index from a remote server using FTP:
FS URL:
/path/to/data/dir/on/server
Server:
mynode.mydomain.com
Username:
username
(default toanonymous
)Password:
password
Protocol:
ftp
(default tolocal
)Port:
21
(default to21
)
name: "test"
fs:
url: "/path/to/data/dir/on/server"
server:
hostname: "mynode.mydomain.com"
port: 21
username: "username"
password: "password"
protocol: "ftp"