
January 21st, 2005, 11:06 PM
|
|
Registered User
|
|
Join Date: Jan 2005
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
vsftp permissions
I have a server running Fedor Core 1 and vsFtpd 1.2.1
I have been able to get it running via ssh, using either [ ftp localhost ] and [ ftp "servername" ] but trying to ftp via an ftp client (many different clients) i can log into the server but when the client attampts to retrieve the directorty listing i get disconnected.
I am attempting to have the user ftp directly into the /var/www/html folder and that folder permissions are set at:
4 drwxrwxr-x 25 apache ftp-users 4096 Jan 20 15:28 /var/www/html
This is an examle of the info given from ws_ftp:
Code:
Connecting to 208.xxx.xx.xx:21
Connected to 208.xxx.xx.xx:21 in 0.130187 seconds, Waiting for Server Response
220 (vsFTPd 1.2.1)
Host type (1): Automatic Detect
USER webmaster
331 Please specify the password.
PASS (hidden)
230 Login successful.
SYST
215 UNIX Type: L8
Host type (2): Unix (Standard)
Sending "FEAT" command to determine what features this server supports.
FEAT
211-Features:
MDTM
REST STREAM
SIZE
211 End
Finished interpreting "FEAT" response.
Sending the FEAT command is optional. You can disable it in the site options of the profile.
PWD
257 "/var/www/html"
CWD /var/www/html
250 Directory successfully changed.
PWD
257 "/var/www/html"
TYPE A
200 Switching to ASCII mode.
PASV
227 Entering Passive Mode (208,xxx,xx,xx,52,48)
connecting data channel to 208.xxx.xx.xx:52,48(13360)
data channel connected to 208.xxx.xx.xx:52,48(13360)
LIST
425 Failed to establish connection.
Is anyone familiar with this problem or have any idea what i may be missing. If there is anymore information i can provide to clarify the problem please let me know.
Thank you
Last edited by jma8chz : January 21st, 2005 at 11:42 PM.
Reason: added ws_ftp info
|