davidrg / ckwin

Kermit 95 (C-Kermit for Windows) - scriptable internet and serial communications with terminal emulation
Other
60 stars 15 forks source link

Dialer generates incorrect FTP Connection Scripts #278

Open davidrg opened 1 month ago

davidrg commented 1 month ago

From the K95 bugs list:

The dialer generates FTP connection scripts which use the FTP OPEN /USER /PASSWORD plus SET FTP AUTOLOGIN ON which is not a safe script operation since the failure state of the FTP OPEN command does not indicate whether the login succeeded. Instead, FTP USER and SET FTP AUTOLOGIN OFF should be used. In addition, commands entered into the Login Script page textbox were not included in the generated script. These errors are fixed in the next release.

This is likely not fixed in our version of the dialer due to it coming from K95 2.1.x