Server timeout ?

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
iutbilly
500 Command not understood
Posts: 5
Joined: 2018-05-04 10:07

Server timeout ?

#1 Post by iutbilly » 2018-06-01 09:57

I encountered an issue this morning, when I tried to work on heavy files. I'm working with PHP and treating a lot of files : first I'm reading them from a FTP, then I tread them by using PHP, and I put the treated values in new files which will be stored on the FTP server. When there are too much files, the connection to the FTP server seems to be refused : PHP returns me a connect() failure telling me that the targeted computer has expressively refused my connection.

Is it a timeout ? If so, how can I change its parameters ? Could it be something else ?

Thanks for your future answers

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Server timeout ?

#2 Post by botg » 2018-06-01 14:41

PHP has a terrible FTP implementation. Consider not using PHP to transfer files.

iutbilly
500 Command not understood
Posts: 5
Joined: 2018-05-04 10:07

Re: Server timeout ?

#3 Post by iutbilly » 2018-06-04 06:40

I already worked a lot with this language, and it will take a long time to rewrite everthing using another language, do you have another solution ?

Thank you.

Post Reply