Hello,
I've seen a couple of people post this problem but didn't see an answer. Just the last couple of weeks VisualCron has been giving this error when pulling files from external FTP sites with a file size greater than 8MB.
See the spoiler for VC's debugging messages:
Error:
Error (6) downloading file(s): Test.zip, err: Control channel transfer error
FTP Log:
220 --- FTP SERVER READY....
USER ------
331 User name okay, need password.
PASS ********
230 User logged in, proceed.
FEAT
211-Extension supported
CLNT
MDTM
MDTM YYYYMMDDHHMMSS[+-TZ];filename
SIZE
SITE PSWD;EXEC;SET;INDEX;ZONE;CHMOD;MSG
REST STREAM
XCRC filename;start;end
MODE Z
MLST Type*;Size*;Create;Modify*;Win32.ea*;
211 End
SYST
215 UNIX Type: L8
PWD
257 "/" is current directory.
PWD
257 "/" is current directory.
PWD
257 "/" is current directory.
PWD
257 "/" is current directory.
CWD /
250 Directory changed to /
PWD
257 "/" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (67,65,40,212,195,81)
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
PWD
257 "/" is current directory.
PWD
257 "/" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (67,65,40,212,195,82)
LIST
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (67,65,40,212,195,83)
SIZE Test.zip
213 12063885
RETR Test.zip
150 Opening BINARY mode data connection for Test.zip (12063885 Bytes).
I've tried this with several different files and different FTP sites (sFTP, FTP-21, FTPS,...) but the result is the same. BTW, running version 5.6.
Thanks!
Edited by user
2010-07-22T21:26:17Z
|
Reason: Not specified