Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

FileZilla Error: Response: 530 User cannot log in, home directory inaccessible [closed]

Writer Matthew Barrera

I am trying to access an FTP server. The site is still up, so it is the FTP server, although it is a little old. When I enter the username and password, I get this error message

Status: Resolving address of sensor.nevada.edu
Status: Connecting to 134.197.38.160:21...
Status: Connection established, waiting for welcome message...
Status: Insecure server, it does not support FTP over TLS.
Command: USER lapodaca
Response: 331 Password required
Command: PASS ********
Response: 530 User cannot log in, home directory inaccessible.
Error: Critical error: Could not connect to server

I can't seem to find the problem

1

1 Answer

I can't seem to find the problem.

The error here seems relatively self-explanatory:

530 User cannot log in, home directory inaccessible. 

The remote directory associated with the user account (i.e where the FTP session starts) isn't available. Unfortunately, there is likely nothing you can do to resolve this unless you also control the remote server.

3