Ftp_config_change
The ftp_config_change filter will trigger after changing FTP configuration successfully
Sample code
cluster_filter('ftp_config_change', 'my_ftp_config_change', 100, 0);
function my_ftp_config_change(){
// Code
// Write your code here
}