Scheduled Move job keeps retrying

I'm having a problem with a scheduled Move job.

The jobs goes into the Transfer Queue OK but they just sits there with a status 'Waiting for Children to finish' and there is also a child Delete job which has a status of e.g. 'Retry at 12:02:46', with the time updating every 30 seconds.

Double-clicking on the Move queue entry gives the following:


[06:24:39] Operation Begin
[06:24:39] Resolving source path.
[06:24:39] Resolving host name "**<intentionally obscured>**"
[06:24:39] Connecting to **<intentionally obscured>** Port: 21
[06:24:39] Connected to **<intentionally obscured>**.
[06:24:39] 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
[06:24:39] 220-You are user number 2 of 500 allowed.
[06:24:39] 220-Local time is now 22:24. Server port: 21.
[06:24:39] 220-This is a private system - No anonymous login
[06:24:39] 220 You will be disconnected after 3 minutes of inactivity.
[06:24:39] USER **<intentionally obscured>**
[06:24:39] 331 User **<intentionally obscured>**OK. Password required
[06:24:39] PASS (hidden)
[06:24:39] 230-User **<intentionally obscured>** has group access to: 450
[06:24:39] 230 OK. Current directory is /
[06:24:39] SYST
[06:24:39] 215 UNIX Type: L8
[06:24:39] Detected Server Type: UNIX
[06:24:39] RTT: 153.741 ms
[06:24:39] FEAT
[06:24:40] 211-Extensions supported:
[06:24:40] EPRT
[06:24:40] IDLE
[06:24:40] MDTM
[06:24:40] SIZE
[06:24:40] REST STREAM
[06:24:40] MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
[06:24:40] MLSD
[06:24:40] TVFS
[06:24:40] ESTP
[06:24:40] PASV
[06:24:40] EPSV
[06:24:40] SPSV
[06:24:40] ESTA
[06:24:40] AUTH TLS
[06:24:40] PBSZ
[06:24:40] PROT
[06:24:40] 211 End.
[06:24:40] Detected Server Software: PureFTPd
[06:24:40] PWD
[06:24:40] 257 "/" is your current location
[06:24:40] CWD timelinetest
[06:24:40] 250 OK. Current directory is /timelinetest
[06:24:40] PWD
[06:24:40] 257 "/timelinetest" is your current location
[06:24:40] TYPE I
[06:24:40] 200 TYPE is now 8-bit binary
[06:24:40] SIZE timelinetest
[06:24:41] 550 Can't check for file existence
[06:24:41] TYPE A
[06:24:41] 200 TYPE is now ASCII
[06:24:41] PASV
[06:24:41] 227 Entering Passive Mode (97,74,144,235,197,251)
[06:24:41] Opening data connection to 97.74.144.235 Port: 50683
[06:24:41] MLSD
[06:24:41] 150 Accepted data connection
[06:24:42] 219 bytes transferred. (1.05 KB/s) (203 ms)
[06:24:42] 226-Options: -a -l
[06:24:42] 226 2 matches total
[06:24:42] Sorting 0 items.
[06:24:42] Sort Time=0s.
[06:24:42] Operation End

Double clicking on the Delete job entry gives:


[06:24:42] Operation Begin
[06:24:42] Operation End
[06:25:12] Operation Begin
[06:25:12] Operation End

I can manually delete the file through the remote browser window.

Is there anything that I might have missed in the setup of the scheduled task? The XML export of the job is:


<?xml version="1.0"?>
<ScheduleItems clsid="{9E01C548-1E53-4EC5-9AB9-80BA97266EA5}">
<Item clsid="{1661ECCB-8B40-4BC5-B486-51B287896B1B}">
<Id>{0FA9E231-9523-45C6-A650-E8430EAF7C86}</Id>
<Name>New Schedule</Name>
<Enable>0</Enable>
<LastRunTime>129643395300401132</LastRunTime>
<LastRunResult>0</LastRunResult>
<Created>129643393963665928</Created>
<Actions clsid="{D83B4DD2-1763-4BBB-8931-8EC781BAB25E}">
<Action clsid="{EBB2D70B-3677-421E-AE8F-2F181F233E58}">
<Item>
<Version>4</Version>
<Id>{3A8F2A90-B0BE-4FC4-AAAB-872A2A45EBE2}</Id>
<Type>0</Type>
<Time>0</Time>
<TimePrecision>0</TimePrecision>
<Operation>2</Operation>
<Synchronization>1</Synchronization>
<State>1</State>
<Source>
<Type>2</Type>
<FavoriteId>{D86A2366-7C4E-4BC5-BE8D-56EA65ADF7D4}</FavoriteId>
<Path>timelinetest</Path>
</Source>
<Destination>
<Type>1</Type>
<Path>J:\Docs\personal\timeline\ftptestdest</Path>
</Destination>
</Item>
</Action>
</Actions>
<Triggers>
<Trigger clsid="{8428D9B1-0B74-4879-80D1-797848330314}">
<Version>2</Version>
<Recurrence>1</Recurrence>
<StartTime>2011-10-29T06:23:30Z</StartTime>
<NextRunTime>2011-10-29T06:26:30Z</NextRunTime>
<LastRunTime>2011-10-29T06:25:30Z</LastRunTime>
<Enable>1</Enable>
<UTC>0</UTC>
<RecurrenceTimeInterval>P0000-00-00T00:01:00
</RecurrenceTimeInterval>
</Trigger>
</Triggers>
</Item>
</ScheduleItems>

Thanks in advance for your help.

Damian.