Page 1 of 1

[REQ] FTP - Automatically reconnect

Posted: 2008-09-23, 15:22 UTC
by cos
Pretty please please please take the annoying FTP message:
CONNECTION LOST, RECONNECT.


Y E S ! ALWAYS :)
Most likely it is why i chosen to view/upload/edit/update the folder.


I am web developer, i own Total Commander with License. But this small issue, is sooo annoying when workign all day on Ftp servers.

Just put an option, in ini file or something silent reconnect. I mean i really do not see any point for TC to tell me it's lost, wanna reconnect.

Thank you for understanding and hopefully for adding the option in the next update.

ps: i have requested this a few times alreay, still hoping :)

Posted: 2008-09-23, 16:12 UTC
by sqa_wizard
ps: i have requested this a few times alreay, still hoping
Yes it has been requested often.
But, no matter how often you mention it, the answer is already given at [REQ] Repeat FTP command after reconnecting

Posted: 2008-09-24, 10:01 UTC
by cos
i only ask for this:

OLD
if(connection lost){
show reconnect dialog
}

NEW
if(connection lost){
if(reconnect silent == true){
trigger reconnect
} else {
show reconnect dialog
}
}

i know it's no language :), but to explain it simple.