I use quick schedule a fair bit for one time manually created tasks and have noticed that if there is a problem connecting flashfxp does not try to reconnect as would be expected. It tries, fails, does nothing.
For me the connection failure happens sometimes when my identd server fails to respond quickly enough. (I use an external service to avoid application level interference)
I seem to recall inconsistent connect retry behavior when launching via cli as well... if i open up a launched session when I see it has not connected sometimes i see the 'Delaying for 120 seconds before reconnect attempt' message and sometimes i do not. (launched with the exact same command)
Global preferences: timeout 40 delay 120 count 10, per site options not turned on.
Doing some testing (turned off identd service) I noticed the following behavior... I assume the 0 delay between each entry in the sites dns/ip list is intentional but is the shorter 10 second delay after the first set of attempts (instead of 120) also intentional?
Code:
[18:52:23] [L] Connecting to... (ip 1)
...
[18:52:24] [L] PASS (hidden)
[18:52:24] [L] 530 "..." is not valid for the account specified.
[18:52:24] [L] Connection failed (Connection closed by server)
[18:52:25] [L] Connecting to... (ip 2)
...
[18:52:32] [L] PASS (hidden)
[18:52:33] [L] 530 "..." is not valid for the account specified.
[18:52:33] [L] Connection failed (Connection closed by server)
[18:52:33] [L] Delaying for 10 seconds before reconnect attempt #1
[18:52:43] [L] Attempting to Reconnect.
[18:52:43] [L] Connecting to... (ip 1)
...
[18:52:50] [L] PASS (hidden)
[18:52:50] [L] 530 "..." is not valid for the account specified.
[18:52:50] [L] Connection failed (Connection closed by server)
[18:52:51] [L] Connecting to... (ip 2)
...
[18:52:58] [L] PASS (hidden)
[18:52:58] [L] 530 "..." is not valid for the account specified.
[18:52:58] [L] Connection failed (Connection closed by server)
[18:52:58] [L] Delaying for 120 seconds before reconnect attempt #2
Are there some conditions for connection retries here that I am unaware of?
build 3795 can't update yet as I have some stuff running.