Running version 6.1.0
We had another FTP issue last night, where I gathered a list of files, sent all *.tmp data file, seemed to have an ftp communication issue with no notification, which stopped sending the remainder files. Thus my rename loop based on the dir listing attempted to rename files that actually didn't send until the next timed run. One thing to note, the file the process was trying to send, produced a zero byte file on the destination, and removed the local file, so we technically missed sending a file.
Log cut: **
STOR 7214_CHA-MIN28694_30533760_284803.pdf.tmp
150 Opening data connection for 7214_CHA-MIN28694_30533760_284803.pdf.tmp.
226 Transfer complete.
TYPE A
200 Type set to A; form set to N.
PASV
227 Entering Passive Mode (159,249,160,185,157,229)
STOR 7214_CHA-MIN29340_30533710_285098.pdf.tmp
150 Opening data connection for 7214_CHA-MIN29340_30533710_285098.pdf.tmp.
226 Transfer complete.
TYPE A
200 Type set to A; form set to N.
PASV
227 Entering Passive Mode (159,249,160,185,157,230)
STOR 7214_CHA-TM29226_30533761_285081.pdf.tmp
STDERR:
9/20/2012 9:17:54 PM
As you can see, after the STOR, there is nothing, previous sends, there is transfer complete. And no error found in STDERR
Rename failure: **
RNFR /ecom/ecadmin/G2P/7214_CHA-TM29226_30533761_285081.pdf.tmp
450 /ecom/ecadmin/G2P/7214_CHA-TM29226_30533761_285081.pdf.tmp: Cannot open or remove a file containing a running program.
STDERR:
Error renaming a FTP file: /ecom/ecadmin//7214_CHA-TM29226_30533761_285081.pdf.tmp, err: Unaccepted server reply (error code is 450) (450 /ecom/ecadmin/G2P/7214_CHA-TM29226_30533761_285081.pdf.tmp: Cannot open or remove a file containing a running program.
)
9/20/2012 9:17:56 PM