Page 1 of 1

FTP Problems

Posted: Thu Jul 24, 2014 10:14 am
by Acans
I've installed Vesta on Debain 7.6 and everything's working except for the FTP.

My client returns this.

Code: Select all

Status:	Connecting to 192.168.1.3:21...
Status:	Connection established, waiting for welcome message...
Response:	220 (vsFTPd 3.0.2)
Command:	USER amaterasu
Response:	331 Please specify the password.
Command:	PASS *********
Response:	230 Login successful.
Command:	SYST
Response:	215 UNIX Type: L8
Command:	FEAT
Response:	211-Features:
Response:	 EPRT
Response:	 EPSV
Response:	 MDTM
Response:	 PASV
Response:	 REST STREAM
Response:	 SIZE
Response:	 TVFS
Response:	 UTF8
Response:	211 End
Command:	OPTS UTF8 ON
Response:	200 Always in UTF8 mode.
Status:	Connected
Status:	Retrieving directory listing...
Command:	PWD
Response:	257 "/"
Command:	TYPE I
Response:	200 Switching to Binary mode.
Command:	PASV
Response:	227 Entering Passive Mode (58,162,239,109,47,21).
Command:	LIST
Error:	Connection timed out
Error:	Failed to retrieve directory listing
Status:	Connecting to 192.168.1.3:21...
Status:	Connection established, waiting for welcome message...
Response:	220 (vsFTPd 3.0.2)
Command:	USER amaterasu
Response:	331 Please specify the password.
Command:	PASS *********
Response:	230 Login successful.
Command:	OPTS UTF8 ON
Response:	200 Always in UTF8 mode.
Status:	Connected
Status:	Retrieving directory listing...
Command:	PWD
Response:	257 "/"
Command:	TYPE I
Response:	200 Switching to Binary mode.
Command:	PASV
Response:	227 Entering Passive Mode (58,162,239,109,47,20).
Command:	LIST
Error:	Connection timed out
Error:	Failed to retrieve directory listing

Re: FTP Problems

Posted: Thu Jul 24, 2014 3:02 pm
by Shadowcrit
I think naming the client that is being used will help.

Re: FTP Problems

Posted: Thu Jul 24, 2014 9:02 pm
by Acans
Shadowcrit wrote:I think naming the client that is being used will help.
FileZilla latest

Re: FTP Problems

Posted: Fri Jul 25, 2014 7:10 am
by VestaLover
Do you use CSF?

Re: FTP Problems

Posted: Fri Jul 25, 2014 8:07 am
by Acans
VestaLover wrote:Do you use CSF?
I'm assuming I don't since I installed Debian and ran the install script for Vesta instantly.

(Altho I did have to remove apache2 first as the installer warned of problems if I didn't)

Edit: I guessing not since /etc/csf directory doesn't exist to run uninstall.sh.

More info, I'm trying to access by LAN and external. Same error.

Solved: viewtopic.php?f=40&t=4783&p=14509#p14509