FTP Timeout

Status
Not open for further replies.

legend

New Member
Messages
19
Reaction score
0
Points
0
I'm actually trying to transfer a 30 MB file from my other host onto this host using a php script but then it says that the Remote Host Terminated the connection (in this case, the remote host is x10hosting) Is there anyway I could actually solve this problem?
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
It sounds like PHP is what is timing out. PHP scripts that run for an extended period of time are automatically terminated. Generally they should not run very long. If you want to PM me the FTP info from the other place I'll download the file to your account in SSH.

-Corey
 

zero5854

New Member
Messages
126
Reaction score
0
Points
0
I beleive theres a script for large php transfers...that is if ur also transferring ur sql db...i believe u can find it in myphpadmin>advanced options
 

legend

New Member
Messages
19
Reaction score
0
Points
0
It sounds like PHP is what is timing out. PHP scripts that run for an extended period of time are automatically terminated. Generally they should not run very long. If you want to PM me the FTP info from the other place I'll download the file to your account in SSH.

-Corey

Thank you... I downloaded the file using my friend's internet connection. WIll upload it shortly into this server.

I beleive theres a script for large php transfers...that is if ur also transferring ur sql db...i believe u can find it in myphpadmin>advanced options

Well, I might be missing it, but I searched for it just now. Couldn't find what you were asking me to find. Would you please elaborate?
Edit:
@Corey..

Is there anyways you could actually look at the FTP logs of day befoe yesterday please? I was actually using a script to do this and the admin there says the following:

Thats why I asked you to check the ftp-logfiles or let the host check the logfiles.
MySQLDumper seems to work fine but it seems to be stopped by the server. You need to find out the reason why. This can only be done by taking a look at the logfile.

Any avice please?
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
If the script ran for more than 5-10 minutes it would be automatically killed by our server. We have something in place to stop scripts from running for long periods of time.

-Corey
 
Status
Not open for further replies.
Top