Page 1 of 1

Feature requests

Posted: Mon Dec 20, 2021 7:27 pm
by px85
1) Option to disable confirmation when connecting to another server.

2) "Server check mode"
I have list of over 500 servers. Some of them may not connect
or be passworded. I want to remove such servers from list.

Idea: Server check mode.

Code: Select all

begin
Loop through all servers in list
	Try to connect for some time (example 1 minute)
		If connected succesfully - continue
		If not connected - mark or remove from list
		If connected but required password -  mark or remove from list
end loop;
end;

Re: Feature requests

Posted: Tue Dec 21, 2021 10:08 am
by admin
Thank you for the suggestion.
I will think about, anyway for the moment it's not scheduled.