Allowed IP Address for FTP users

Discussion in 'Installation/Configuration' started by Hextra, Feb 28, 2025.

  1. Hextra

    Hextra New Member

    in order to enable ip restriction for ftp user in ispconfig3 (latest) we tried to ask to chatgpt that suggest us this sql
    USE dbispconfig; UPDATE sys_config SET value = 'y' WHERE name = 'ftp_user_allow_ip';
    but we don't see this field in sys_config table. is it correct?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    ChatGPT has no clue about ISPConfig, so it's better not to ask it. The correct answer is that an FTP user has no IP restriction.
     
  3. Strontium

    Strontium Member

    You can install ISPconfig on a test server with test passwords and then put the directory /usr/local/ispconfig into a TGZ, upload it to ChatGPT and then ask the question again.
     

Share This Page