eplus.rf.gd
(I cleared out every folder because the ftp error kept occurring i)
Error during FTP download, file not found: “/.htaccess”.
(please share the FULL error message you see, if applicable)
Other Information
(other information and details relevant to your question)
Test1d:
ftp error kept occurring
What error? Please provide ftp logs
When trying to debug issues with FTP connections, it’s very useful to know what an FTP client is doing under the hood. FileZilla is a very popular FTP client which can provide fairly detailed information about it’s connections.
This article explains how to get this information.
Enable debug logging
To enable debug logging in FileZilla, you’ll need to do the following:
Go to Edit → Settings…
Scroll down to the Debug page.
Ensure that “Show debug menu” is enabled (it is by default).
Update the…
2 Likes
Admin
May 22, 2024, 7:54am
3
What FTP client are you using? That error seems like our online file manager. And the file manger sometimes has issues.
Could you please try a desktop FTP client instead (like FileZilla)?
4 Likes
it shows Error: GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated.
Status: Server did not properly shut down TLS connection
Error: Could not read from socket: ECONNABORTED - Connection aborted
Error: Disconnected from server
Test1d
May 23, 2024, 11:12pm
5
Annnnnnd, when I did changes like load files onto filezila it deleted it when l loaded back to filezilla
were you trying to upload .htaccess then deleted it? or it could’ve been an error when it tried to find .htaccess.
This is a good sign that everything is working as expected, rather than there’s an issue. Our servers (unfortunately) never shutdown TLS connections properly, so that message was solely because of the 20sec timeout.
Test1d:
it deleted it
See
Sometimes, when you upload a file, the upload is completed but the file is deleted immediately afterwards. This is usually caused by one of the following issues:
The file is not in a htdocs folder
All websites files must be uploaded to either the main htdocs folder, or to the domain specific htdocs folder (like example.com/htdocs).
You cannot upload files to other directories on your account. If you try to create or upload files anywhere else, they will be deleted automatically.
The file type…
3 Likes
Hi Test1d
Sounds like to me that your htaccess contains a lot of rules that goes >10kb and gets deleted by filesize limitations on free hosting.
Cheers!
1 Like
system
Closed
May 31, 2024, 9:48am
9
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.