• I would like to delete the ftp server, but it is not possible, because it is running. I set the registry entry IsEnabled = 0 and rebooted.
    But it is still not possible.


    What can I do?


    Thank you
    Georg

  • Hello,


    for this you have to disable the driver not the connection. This may be done by delete the "DLL" value in the "ftpd" key.

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • Dear Mr. Zutter,


    I deleted the entry:

    Quote


    HKEY_LOCAL_MACHINE
    [Services]
    [FTPD]
    SZ: Dll = \FFSDISK\FTPD.DLL


    unfortunately I am still not able to delete it.


    "The program has not been removed because the following files are currently in use or are read-only. Please close all programs and run Remove Programs again:


    \Windows\Microsoft FTP server for NetDCU8.Unload

  • Hello,


    the driver is loaded by the key "BuiltIn"


    Code
    1. reg open \drivers\builtin\ftpd
    2. reg del val DLL
    3. reg save


    Now the command "del ffsdisk\ftpd.dll" must work!

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • Hello,


    than the path you used before ([HKEY_LOCAL_MACHINE \Services\FTPD]) may be right and you forget to save registry? If you delete the "DLL" value save registry and reboot it must be possible to delete the ftpd.dll too!

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.