Change the path to the folder Monitoring

How and where to change the path to the stored recordings of conversations?
by default it here:
/var/spool/asterisk/monitor

I would like to place it on a network share, well or ftp
how, where and how to do it?

FreePBX 2.11.0.41

I’ve used all of these - on one server, I’m using all of them at the same time.

Mount your network share to /var/spool/asterisk/monitor?

Mount your network share somewhere else and replace the monitor directory with a symbolic link (ln -sf /whatever /var/spool/asterisk/monitor). If you do that, be sure to remove the directory first.

Write a cronjob that copies of the “yesterday’s” files to your shared drive.