Every single time I do an upload, I always get the message "FTP error changing directories to /."
I click Retry and it always continues the upload with no problems.
Why does Actinic always fail at this point?
I have changed my FTP Options to double the default numbers:
Client Timeout 30000
Connection Timeout 50000
Silent Running is Enabled
Maximum Retries 60
Retry Delay 6000
Here is the bit of the ftp log which shows the error...
I have to wait for the Reviewing files to complete before I can hit Retry, and as I have thousands of pages to check, this can take a long time.
I don't mind that Reviewing files takes a long time, I just want Actinic to retry without my intervention.
My permissions are set as normal (acatalog as 777, cgi-bin as 755).
Any ideas?
I click Retry and it always continues the upload with no problems.
Why does Actinic always fail at this point?
I have changed my FTP Options to double the default numbers:
Client Timeout 30000
Connection Timeout 50000
Silent Running is Enabled
Maximum Retries 60
Retry Delay 6000
Here is the bit of the ftp log which shows the error...
Code:
+00000 [0] ->Retrieving current directory +00047 [0] <-Response: 257 "/takesyourfancy/acatalog" is the current directory +1001766 [0] ->Setting directory to / +00062 [0] <-Response: 421 No transfer timeout (600 seconds): closing control connection +04453 [0] ->Setting directory to / +00047 [0] The connection with the server was terminated abnormally +06000 [0] Closing connection +00000 [0] ->Sending command QUIT +00000 [0] Closed Connection +00000 [0] ->Opening connection to www.takesyourfancy.co.uk on port 21 +02125 [0] <-Response: 220 FTP Server ready. 331 Password required for username 230 User username logged in +00000 [0] ->Setting directory to /takesyourfancy/acatalog +00031 [0] <-Response: 250 CWD command successful +00000 [0] ->Retrieving current directory +00063 [0] <-Response: 257 "/takesyourfancy/acatalog" is the current directory +00000 [0] ->Setting directory to / +00031 [0] <-Response: 250 CWD command successful +00000 [0] ->Retrieving current directory +00031 [0] <-Response: 257 "/" is the current directory
I don't mind that Reviewing files takes a long time, I just want Actinic to retry without my intervention.
My permissions are set as normal (acatalog as 777, cgi-bin as 755).
Any ideas?
Comment