...
Each remote SFTP directory may have from 1 to 2 of 4 possible folders (sub-directories):
- Import - This is single folder, initially expected to exist inside SFTP directory. It, in it's turn, is expected to have:
- *.tbx files to be imported
- instruction.ini that contains the settings to control the import behaviour of *.tbx-files
- Error
- If at least one tbx-file was failed to import - this folder will be automatically created and failed tbx-file will be moved here
- Import-running
- If we initially had Import folder having valid instruction.ini file then this folder is renamed from Import Import folder itself is kept but it's contents is moved to Import-running folder (it's created if not exists so far), so this is is indicating that import process is started
- Import-success
- Once at least one tbx-file has been successfully imported - this folder is auto-created and this tbx-file is moved here. Still the import itself may running in translate5.
...
How it looks after being moved to Import-success:
/some/dir/with/tbx
/Import
/Import-success
/instruction.ini
...