Software: Apache. PHP/8.1.30 uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root) Safe-mode: OFF (not secure) /usr/share/doc/proftpd-doc/howto/ drwxr-xr-x |
Viewing file: Select action/file-type: ProFTPD: Upgrading
Upgrading
Recent ProFTPD releases have a
One safe way to test the upgrade is to compile the new $ tar zxvf proftpd-version.tar.gz $ cd proftpd-version/ $ ./configure .. $ make $ ./proftpd -t -d10 -c /path/to/proftpd.confThe " ./proftpd " means to use the new
proftpd binary compiled by make , but not yet
installed. If the new binary reports errors, make a copy of your existing
proftpd.conf file, keeping the old one as a backup:
$ cp /path/to/proftpd.conf /path/to/proftpd.conf.newMake any needed changes to the proftpd.conf.new file, until
the new proftpd binary reports a successful syntax check:
$ ./proftpd -t -d10 -c /path/to/proftpd.conf.new Once everything is configured the way you like, install the new binary and configuration file: $ make install $ cp /path/to/proftpd.conf /path/to/proftpd.conf.old $ mv /path/to/proftpd.conf.new /path/to/proftpd.confNow do a stop/start on proftpd , and the new version of ProFTPD
will be running.
© Copyright 2017 The ProFTPD Project All Rights Reserved |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0034 ]-- |