<div dir="ltr"><div><br></div><div>I should be out in an hour per my /etc/proftpd.conf file</div><div><br></div><div>I look at this file via webmin but this is one of those files that I don't edit via webmin. I just look :-)</div><div><br></div><div>Is there a way to edit this 1 hr time limit via the GUI in case this happens again and I need out faster?</div><div><br></div><div><br></div><div><br></div><div><IfDefine DYNAMIC_BAN_LISTS><br>  #LoadModule                        mod_ban.c<br>  BanEngine                 on<br>  BanLog                   /var/log/proftpd/ban.log<br>  BanTable                   /var/run/proftpd/ban.tab<br><br>  # If the same client reaches the MaxLoginAttempts limit 2 times<br>  # within 10 minutes, automatically add a ban for that client that<br>  # will expire after one hour.<br>  BanOnEvent                   MaxLoginAttempts 2/00:10:00 01:00:00<br><br>  # Inform the user that it's not worth persisting<br>  BanMessage                  "Host %a has been banned"<br><br>  # Allow the FTP admin to manually add/remove bans<br>  BanControlsACLs         all allow user ftpadm<br></IfDefine><br></div></div>