I have in a normal FTP task several downloading tasks, but look at this:
220 DDS FTP server (xxx) Wed Sep 16 08:11:13 BST 2009 ready.
USER xx
331 Password required for xx.
PASS ********
230 User xxlogged in. Access restrictions apply.
FEAT
502 Permission denied.
SYST
215 UNIX Type: L8
PWD
257 "/" is current directory
PWD
257 "/" is current directory
PWD
257 "/" is current directory
CWD /data/eurotop/300_constituents
250 CWD command successful.
TYPE A
200 TYPE command successful.
PORT x,x,x,x,x,x
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for /data/eurotop/300_constituents.
500 Syntax error, command LIST unrecognized
and in the VC log:
9/16/2009 8:33:05 AM Info Task started: Download alles van FTP site (115)
9/16/2009 8:33:12 AM Info Task completed: Download alles van FTP site (115)
So I have no error in the VC log, but there is an error in one of the downloading tasks in the FTP task. The job and task result are success.
In version 4.9.40 I have this result:
DDS FTP server (xxx) Wed Sep 16 08:14:38 BST 2009 ready.
USER xx
Password required for xx.
PASS x
User xx logged in. Access restrictions apply.
PWD
"/" is current directory
CWD /data/eurotop/300_constituents
CWD command successful.
PWD
"/data/eurotop/300_constituents" is current directory
TYPE A
TYPE command successful.
PORT x,x,x,x,x,x
PORT command successful.
LIST
Opening ASCII mode data connection for /data/eurotop/300_constituents.
Syntax error, command LIST unrecognized
QUIT
and in the VC log:
9/16/2009 7:30:03 AM Err Error at GetFTPFileNames: Syntax error, command LIST unrecognized (reply code 500)
So here I have a real task error and the job failes.
I think, because of the error the job and task result should be failed.
In the FTP task, I have more download tasks and are working fine.
I tried to FTP to this directory from the DOS prompt and downloaded the files from there myself. This worked like a charm, so something else is also not right here.
Regards,
Erik
Edited by user
2009-09-16T09:15:58Z
|
Reason: Not specified
Uses Visualcron since 2006.