[REQ] FTP - Automatically reconnect

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
cos
Junior Member
Junior Member
Posts: 21
Joined: 2007-10-03, 06:37 UTC

[REQ] FTP - Automatically reconnect

Post 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 :)
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3893
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post 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
#5767 Personal license
cos
Junior Member
Junior Member
Posts: 21
Joined: 2007-10-03, 06:37 UTC

Post 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.
Post Reply