Skip to content

Commit

Permalink
imp - bkp - Actually show connection information
Browse files Browse the repository at this point in the history
---

We need to actually show all information for all connections for the FTP
server.

  - Backportable for 0.1.1
  - Backportable for 0.1.0

---

Type: imp
Breaking: False
Doc Required: False
Backport Required: True
Part: 1/1
  • Loading branch information
AptiviCEO committed Jan 21, 2025
1 parent ba98074 commit 7a0b8ed
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,10 @@ public static class FTPTools
Translate.DoTranslation("Encoding"),
Translate.DoTranslation("Encryption"),
Translate.DoTranslation("Protocols")
), [.. choices]);
), [.. choices], new()
{
OutputType = ChoiceOutputType.Modern
});
DebugWriter.WriteDebug(DebugLevel.I, "Selection: {0}", vars: [profanswer]);
if (TextTools.IsStringNumeric(profanswer))
{
Expand Down

0 comments on commit 7a0b8ed

Please sign in to comment.