Recordings not transferring to second FTP server
Posted: Thu Oct 18, 2012 4:22 am
Hi All
Our recordings are not transferring to the second FTP server. When I run /usr/share/astguiclient/AST_CRON_audio_4_ftp2.pl --ftp-server=192.16 8.0.238 --ftp-login=cron --ftp-pass=test --ftp-dir=/home/archive/RECORDINGS manually I get the following error:
Can't call method "login" on an undefined value at /usr/share/astguiclient/AST_CRON_audio_4_ftp2.pl line 376.
Line 376 is the following:
$ftp->login("$VARFTP_user","$VARFTP_pass");
As far as I know the user is cron and password is test.
Kindly please give me advice.
Our recordings are not transferring to the second FTP server. When I run /usr/share/astguiclient/AST_CRON_audio_4_ftp2.pl --ftp-server=192.16 8.0.238 --ftp-login=cron --ftp-pass=test --ftp-dir=/home/archive/RECORDINGS manually I get the following error:
Can't call method "login" on an undefined value at /usr/share/astguiclient/AST_CRON_audio_4_ftp2.pl line 376.
Line 376 is the following:
$ftp->login("$VARFTP_user","$VARFTP_pass");
As far as I know the user is cron and password is test.
Kindly please give me advice.