Good day
I've set up a Scheduler job to Move Down files from an FTP server to my local disk.
The files download fine but then the remote files are never deleted, I don't even see a failed DELE command in the log.
I've tried the following two remote paths:
- /
- /*
Both work for downloads, both don't delete the files.
Log Sample
[03] Sat 12Apr14 17:04:37 - Receiving: /folder/blah.avi -> C:\Users\Private\Downloads\blah.avi
[05] Sat 12Apr14 17:04:37 - PASV
[06] Sat 12Apr14 17:04:38 - 227 Entering passive mode (95,211,93,130,234,161).
[03] Sat 12Apr14 17:04:38 - Opening passive mode data connection to 95.211.93.130, port 60065.
[05] Sat 12Apr14 17:04:38 - RETR /folder/blah.avi
[06] Sat 12Apr14 17:04:38 - 125 Data connection already open. Transfer starting.
[06] Sat 12Apr14 17:22:55 - 226 Transfer complete.
[03] Sat 12Apr14 17:22:56 - Transferred 358 649 864 bytes. 201,12 KB/sec.
[05] Sat 12Apr14 17:22:56 - XCRC /folder2/blah2.avi"
[06] Sat 12Apr14 17:22:56 - 500 Command "XCRC" not understood.
[04] Sat 12Apr14 17:22:56 - XCRC command failed. The command may not be supported by this server.
[03] Sat 12Apr14 17:22:56 - XCRC command checking has been disabled for future transfers using this session.
[03] Sat 12Apr14 17:22:56 - Received 358 649 864 bytes.
[03] Sat 12Apr14 17:22:56 - Transfer time: 00:29:01.453.
Any help to fix this or workaround would be much appreciated.