Error FTP transfer file

Hi all

Pls help me this problem in FTP transfer file. I found in var/adm/syslog/syslog.log have some error when transfer file via FTP as below :

Jan 10 12:35:32 ABC ftpd[2992]: FTP LOGIN FROM ABCA (Sucessfully Open session )
Jan 10 12:40:48 ABC ftpd[3465]: FTP LOGIN FROM ABCA (Sucessfully Open session )
Jan 10 12:51:02 ABC ftpd[2992]: exiting on signal 14 (Failure close session )
Jan 10 12:56:07 ABC ftpd[3465]: exiting on signal 14 (Failure close session )

If this error appear then file transfer will be duplicated with new file name but same the content because i using the application automatic transfer the file with help of FTP
.
Pls give me what happen with my HP-Unix server

Thanks

SIGALRM is 14 - this means the connection(s) may have timed out. Timed out usually means ftp could not connect ot the server for some reason. However, the best answer is to go the log file for the process and look at the ftp return code. You can look them up here:

List of FTP server return codes - Wikipedia, the free encyclopedia

Thank jim mcnamara

But i can't find ftp return code. How to take this log file ?

Are they interactive or batch sessions?