FTP Problems
FTP Problems
I've installed Vesta on Debain 7.6 and everything's working except for the FTP.
My client returns this.
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
-
- Posts: 2
- Joined: Thu Jul 24, 2014 2:48 pm
Re: FTP Problems
I think naming the client that is being used will help.
Re: FTP Problems
FileZilla latestShadowcrit wrote:I think naming the client that is being used will help.
Re: FTP Problems
I'm assuming I don't since I installed Debian and ran the install script for Vesta instantly.VestaLover wrote:Do you use CSF?
(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