AST_CRON_audio_3_ftp.pl
Posted: Wed Mar 13, 2013 2:59 am
I see to FTP voice file , I can use
Edit AST_CRON_audio_3_ftp.pl
# Default variables for FTP
$VARFTP_host = '10.0.0.4';
$VARFTP_user = 'cron';
$VARFTP_pass = 'test';
$VARFTP_port = '21';
$VARFTP_dir = 'RECORDINGS';
$VARHTTP_path = 'http://10.0.0.4';
But on http://10.0.0.4' , which software I need to installl to create username and password and config it ?
Edit AST_CRON_audio_3_ftp.pl
# Default variables for FTP
$VARFTP_host = '10.0.0.4';
$VARFTP_user = 'cron';
$VARFTP_pass = 'test';
$VARFTP_port = '21';
$VARFTP_dir = 'RECORDINGS';
$VARHTTP_path = 'http://10.0.0.4';
But on http://10.0.0.4' , which software I need to installl to create username and password and config it ?