- This topic has 4 replies, 4 voices, and was last updated 19 years, 2 months ago by .
-
Topic
-
Hi, I am confused by the behavior of the fileset protocol thread in 5.3. To begin this is an inbound thread that uses advanced scheduling. For the ftp protocol the following has been set up:
Fileset optionsread interval 300 (default)
max messages 1 (default)
use advamced scheduling (checked)
setup
description – <
> seconds – 0
minutes – 0
hours – 17
day of month – *
months – *
day of week – *
ftp options
login – <
> password – <
> info – blank
inbound dir -/<
> read time – 5
pulse time – 500
close connection after write – checked
delay connection until needed -checked
data type – image/binary
ftp host information
– host <
> – port ftp
I am not using a parse script because there should be only a single file in the directory. The confusion that I am having is resulting from the way the thread starts up. When the thread is started it changes from down to up. It then goes into an error state for a short while, and then the status changes to timer. When I checked the logs, it appears that the thread is trying to read several subdirectories in the ftp folder as if they are files. The error message here is :
FTP command ‘RETR <>^M’ failed: ‘550
The system cannot find the file specified. ^M
I was used to the ftp protocol ignoring any subdirectories and I am unsure of why the thread goes into an error state when it is first started and why it appears to be trying to pick up subdirectories. Is this the way that it is supposed to work? Should I be trying to parse the directory the file that I need is in and telling the ftp thread to ignore the subdirectories?
- The forum ‘Cloverleaf’ is closed to new topics and replies.