_files_on_local
- Local
- FTP
- SFTP
- SMB
When you store files on TapData Agent's device, it can be used as a data source, and the preparations are as follows:
- Log in to TapData Agent's device.
- Create a folder first (e.g.,
/root/filesfor the root user) for easier file management. - Save the files to the folder that you created.
When configuring the data source later, all you need to do is specify the file path.
File Transfer Protocol (FTP) is a set of standard protocols for file transfer over a network. To use the files in the FTP service as a data source, the preparations are as follows:
- Install the FTP server (such as vsftpd) and ensure network communication capability.
- If authentication is enabled, you need to create an FTP account and ensure it has permission to read files.
- Save the path of the file and use it when configuring the data source later.
Secure File Transfer Protocol (SFTP) provides a secure and encrypted network transfer method for files. To use the files in the SFTP service as a data source, the preparations are as follows:
- Install the SFTP server (openssh-client and openssh-server) and ensure network communication capability.
- Create an SFTP service account and ensure it has permission to read files.
- Save the path of the file and use it when configuring the data source later.
The Server Message Block protocol (SMB protocol) is a client-server communication protocol used for sharing access to files, printers, serial ports and other resources on a network. To use the files in the SMB service as a data source, the preparations are as follows:
- Install SMB (support 1.0/2.0/3.0) protocol software, such as Samba, to ensure network communication.
- Create a Samba service account and ensure it has permission to read files.
- Save the path of the file and use it when configuring the data source later.