Creating a .infaccess file
The FileIo Connector accesses directories that have an empty file named .infaccess. The connection fails if the file does not exist.
Create an empty file .infaccess in the directory where you want to read or write files
1. Open a command prompt.
2. Mention the parent directory where you want to read or write the file.
3. Enter the following commands:
- - For Windows users: echo %CD% >.infaccess
- - For Linux users: touch .infaccess