Can't connect to FTP and website

Username (e.g. epiz_XXX) or Website URL

kvgerikcertificate.ga

Hi. I’m trying to upload my files through FTP (Filezilla). But it seems that the connection is taking so long to do so.
Screenshot_2

Also, quick question. How can I host a Laravel app with InfinityFree? Thanks for the help.

Oh, and I can’t also even access the File Manager.
Screenshot_3

It seems to be working fine based on that log. Is it not connecting? The online one sometimes has that error, but FileZilla should work.

You can just upload the files to the webserver.

Could you maybe try this to get more logs from FileZilla?

Last time I checked, you could just generate the Composer vendor folder and any frontend assets on you own computer, then upload the Laravel site to your account over FTP.

Then you can add this .htaccess file to the htdocs folder to reroute everything to the public folder and it should work.

Here’s the log

Status:	Resolving address of ftpupload.net
Status:	Connecting to 185.27.134.11:21...
Status:	Connection established, waiting for welcome message...
Response:	220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response:	220-You are user number 1677 of 6900 allowed.
Response:	220-Local time is now 10:18. Server port: 21.
Response:	220-This is a private system - No anonymous login
Response:	220 You will be disconnected after 60 seconds of inactivity.
Command:	AUTH TLS
Response:	234 AUTH TLS OK.
Status:	Initializing TLS...
Trace:	TLS Handshake successful
Trace:	Protocol: TLS1.2, Key exchange: RSA, Cipher: AES-256-GCM, MAC: AEAD
Status:	Verifying certificate...
Status:	TLS connection established.
Command:	USER epiz_29379979
Response:	331 User epiz_29379979 OK. Password required
Command:	PASS **********
Error:	Connection timed out after 200 seconds of inactivity
Error:	Could not connect to server
Status:	Waiting to retry...
Status:	Resolving address of ftpupload.net
Status:	Connecting to 185.27.134.11:21...
Status:	Connection established, waiting for welcome message...
Response:	220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response:	220-You are user number 1714 of 6900 allowed.
Response:	220-Local time is now 10:22. Server port: 21.
Response:	220-This is a private system - No anonymous login
Response:	220 You will be disconnected after 60 seconds of inactivity.
Command:	AUTH TLS
Response:	234 AUTH TLS OK.
Status:	Initializing TLS...
Trace:	TLS Handshake successful
Trace:	Protocol: TLS1.2, Key exchange: RSA, Cipher: AES-256-GCM, MAC: AEAD
Status:	Verifying certificate...
Status:	TLS connection established.
Command:	USER epiz_29379979
Response:	331 User epiz_29379979 OK. Password required
Command:	PASS **********
Error:	Connection timed out after 200 seconds of inactivity
Error:	Could not connect to server

And thanks for the Laravel answer.

This Even happens with me , I suppose this error did occur last time

@Kairon, please provide a domain and the error logs, it will be helpful in finding the cause of the issue.
Thanks

@hanis_irfan

image

this IP is currently down and this is probably the reason why FTP doesn’t work either
(this is probably a problem with other users who are in this topic)

Oh this is a problem connected to outage right? Alright I’ll wait until the server is up again.

1 Like

or your problem was the reason why some server work was performed on that IP :joy:

try again now - because IP seems to be enabled

The IP seems back up now. Thanks.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.