Cannot upload: Permission denied

Status
Not open for further replies.

niklaswalendy

New Member
Messages
1
Reaction score
0
Points
0
Hey, I'm not entirely new to creating websites and all, but this one leaves me confused:
I'm using filezilla to upload my files. It works fine on another server(on another hosting site) I have, however when I try to upload anything filezilla tells me 'permission denied, if I try to create a folder, it does the same. I have no idea why and I've never had such a problem. The main folder(...) is set to 'xxx' so that shouldn't be the matter, here's the log with censored names and all:

Status: Resolving address of *************.x10hosting.com
Status: Connecting to **.**.***.*:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number * of 50 allowed.
Response: 220-Local time is now 18:02. 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 15 minutes of inactivity.
Command: USER ******
Response: 331 User ****** OK. Password required
Command: PASS *********
Response: 230-User ****** has group access to: ******
Response: 230 OK. Current restricted directory is /
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Extensions supported:
Response: EPRT
Response: IDLE
Response: MDTM
Response: SIZE
Response: REST STREAM
Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
Response: MLSD
Response: AUTH TLS
Response: PBSZ
Response: PROT
Response: ESTA
Response: PASV
Response: EPSV
Response: SPSV
Response: ESTP
Response: 211 End.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (74,63,233,5,5,221)
Command: MLSD
Response: 150 Accepted data connection
Response: 226-Sorry, we were unable to read [.]
Response: 226-Options: -a -l
Response: 226 0 matches total
Status: Directory listing successful
Status: Resolving address of *************.x10hosting.com
Status: Connecting to **.**.***.*:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number * of 50 allowed.
Response: 220-Local time is now 18:02. 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 15 minutes of inactivity.
Command: USER ******
Response: 331 User ****** OK. Password required
Command: PASS *********
Response: 230-User ****** has group access to: ******
Response: 230 OK. Current restricted directory is /
Status: Connected
Status: Starting upload of C:\*************************\index.html
Command: CWD /
Response: 250 OK. Current directory is /
Command: PWD
Response: 257 "/" is your current location
Command: TYPE A
Response: 200 TYPE is now ASCII
Command: PASV
Response: 227 Entering Passive Mode (74,63,233,5,31,38)
Command: STOR index.html
Response: 553 Can't open that file: Permission denied
Error: Critical error
Status: Creating directory '/public_html'...
Command: MKD public_html
Response: 550 Can't create directory: Permission denied
Command: MKD /public_html
Response: 550 Can't create directory: Permission denied

Any help is appreciated, if more info is needed, let me know.
 
Last edited:
Status
Not open for further replies.
Top