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
1Open a command prompt.
2Specify the parent directory where you want to read or write the file.
3Enter the following commands:
- - For Windows users: echo %CD% >.infaccess
- - For Linux users: touch .infaccess