Jump to content
Froxlor Forum
  • 0

FTP Issues


Adam Gilbert

Question

Posted

Hia (again)!

After fixing the actual webserver vHost part of froxlor, I have another issue. FTP seems to have some weird issues. I have tried ProFTPd and PureFTPd. Neither are working. I'm currently trying the latter. When I try to connect, I get the following in FileZilla:

Status:	Disconnected from server
Status:	Resolving address of panel.theendlessweb.com
Status:	Connecting to 35.185.82.19:21...
Status:	Connection established, waiting for welcome message...
Status:	Insecure server, it does not support FTP over TLS.
Status:	Logged in
Status:	Retrieving directory listing...
Command:	PWD
Response:	257 "/" is your current location
Command:	TYPE I
Response:	200 TYPE is now 8-bit binary
Command:	PASV
Response:	227 Entering Passive Mode (35,185,82,19,200,137)
Command:	MLSD
Error:	Connection timed out after 20 seconds of inactivity
Error:	Failed to retrieve directory listing
Status:	Disconnected from server
Status:	Resolving address of panel.theendlessweb.com
Status:	Connecting to 35.185.82.19:21...
Status:	Connection established, waiting for welcome message...
Status:	Insecure server, it does not support FTP over TLS.
Command:	USER test
Response:	331 User test OK. Password required
Command:	PASS **********
Response:	530 Login authentication failed
Error:	Critical error: Could not connect to server

I'm not sure if this is a misconfiguration or what.... (im fairly new to FTP)

Any help is greatly appreciated

- Adam


P.S. their are no PureFTPd logs.

8 answers to this question

Recommended Posts

Posted

How do you engage the debuging?

I have the same errors.

Wishing there was better documentation on the project.

Tried FTP, SFTP, tried a new ftp account.

I have checked the ports. 21,22,25,53,80,110,143 all open

web, subdomains all work.

 

Posted

also tried this.

root@dev:/var/www/froxlor/scripts# telnet localhost 21
Trying ::1...
Connected to localhost.
Escape character is '^]'.
220 ProFTPD 1.3.5b Server (dev.school.org FTP Server) [::1]
USER councilftp1
331 Password required for councilftp1
PASS iahgjzpYMr
Connection closed by foreign host.
 

Posted

Thanks.

Others are having similar issues. Just a suggestion since it works for you everytime. A step by step guide would make things so helpful and will help with the growth of the project as well.

At least we would have a stepping stone for testing and adjusting...

A pov from the other side.

Posted

what step by step guide? I'm just copy and pasting the config templates as shown in "configuration"...NOTHING else...

Posted

I ran the config a second time.

Here's the error in the logs.

 mod_sql/4.3: unrec              overable backend error: (1045) Access denied for user 'froxlor'@'localhost' (using password: YES)
 

Posted

try proftpd, there's also config-templates for a certificate to be generated and tls works out of the box. You can also enable debugging and see whats wrong

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...