KB Article #178825
No event created after upload file to (s)FTP server
Problem
-- Files not being processed after being uploaded to (S)FTP server
-- Using WinSCP as client, files over 100KB have an event created
Resolution
** Per default, TSIM expects the uploading client to rename the file after the upload has been completed. No event will be created until the file has been created.
** Per default, WinSCP automatically uses a temp filename for files over 100KB. For this reason, uploads for files over 100KB are renamed after upload is completed (to the original filename) and thus an event creation is triggered.
To solve the issue, there are two options:
- Either configure client to always rename the file after upload. In case of WinSCP, go to Options -> Preferences -> Transfer -> Endurance -> "Enable transfer resume/transfer to temporary filename for": Change it to "All files"
- Do not rename the file (for WinSCP set the above to "Disable") and also change TSIM behavior to not wait for a rename. For that edit the parameter file param/is/n0is0/ftpserver/ftpd.cfg and set EVENT_SEND_AFTER_RENAME=FALSE and activate.