ftp accounts

Status
Not open for further replies.

masauf

New Member
Messages
2
Reaction score
0
Points
0
I'm trying to set up my site to allow a friend to upload images (which are then displayed on one of the pages), however, I don't want him to be able to access the actual code, so I created a second ftp account

I'm able to use filezilla to access the root account (although I had to set it up manually), but it doesn't work for any other one I've tried creating.

Host: [mysite].x10hosting.com
Port: 21
Servertype: FTP
User: pictureadmin (name I'm using, for now, for the second ftp account)
Password: [mypassword]


Output:

Status: Resolving address of [mysite].x10hosting.com
Status: Connecting to 216.245.205.66:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [TLS] ----------
Response: 220-You are user number 7 of 50 allowed.
Response: 220-Local time is now 15:30. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 3 minutes of inactivity.
Command: USER pictureadmin
Response: 331 User pictureadmin OK. Password required
Command: PASS *********************
Response: 530 Login authentication failed
Error: Critical error
Error: Could not connect to server


I've tried multiple times, with different passwords and account names, so far only the root account works.

Any suggestions?
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
for the user, add @[mysite].x10hosting.com at the end of it.

cPanel requires the website name in the url to separate accounts (2 cPanel account can both have a FTP user called root without problem then).
 
Status
Not open for further replies.
Top