(cherry picked from commit 5dcf276c99a17aa2e3a380ea0df65653c3b43155) Source commit: 06152d980c0d71612235011219b9049ce06c4783
@@ -94,7 +94,7 @@ void __fastcall OpenSessionInPutty(const UnicodeString PuttyPath,
if (!RemoteCustomCommand.IsSiteCommand(AParams))
{
- if (true/*IsUWP()*/)
+ if (IsUWP())
bool Telnet = (SessionData->FSProtocol == fsFTP) && GUIConfiguration->TelnetForFtpInPutty;
if (Telnet)