回答:
オンラインマンページ(man 5 vsftpd.conf)によると、listen_portオプションを使用してvsftpd、制御接続をリッスンするポートを設定できます。例えば、
listen_port=2121
また、デフォルト/etc/vsftpd.confでヘッダーで推奨されているものにも注意してください。
# READ THIS: This example file is NOT an exhaustive list of vsftpd options.
# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's
# capabilities.