Error 553

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
theczar
500 Command not understood
Posts: 2
Joined: 2010-07-22 17:22
First name: John
Last name: Lennon

Error 553

#1 Post by theczar » 2010-07-22 18:04

Hey, I'm trying to put a picture on a website that allows ftp transfer, but I keep getting error 553. I've searched around here and found that this error can mean a number of different things. As such, I figured it would be best if I posted this topic and uploaded my log.
Status: Resolving address of mthebron.com
Status: Connecting to 67.18.18.82:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 4 of 50 allowed.
Response: 220-Local time is now 12:15. Server port: 21.
Response: 220 You will be disconnected after 15 minutes of inactivity.
Command: USER anonymous
Response: 230 Anonymous user logged in
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: Starting upload of M:\hebron2 - Copy.jpg
Command: CWD /pub/image
Response: 550 Can't change directory to /pub/image: No such file or directory
Command: CWD /pub
Response: 250 OK. Current directory is /pub
Command: MKD image
Response: 550 Sorry, anonymous users are not allowed to create directories
Command: MKD /pub/image
Response: 550 Sorry, anonymous users are not allowed to create directories
Command: CWD /pub/image
Response: 550 Can't change directory to /pub/image: No such file or directory
Command: SIZE /pub/image/hebron.jpg
Response: 550 Can't check for file existence
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (67,18,18,82,190,15)
Command: STOR /pub/image/hebron.jpg
Response: 553 Can't open that file: No such file or directory
Error: Critical file transfer error
Status: Disconnected from server
Status: Resolving address of mthebron.com
Status: Connecting to 67.18.18.82:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 5 of 50 allowed.
Response: 220-Local time is now 12:16. Server port: 21.
Response: 220 You will be disconnected after 15 minutes of inactivity.
Command: USER anonymous
Response: 230 Anonymous user logged in
Status: Connected
Status: Starting upload of M:\hebron2 - Copy.jpg
Command: CWD /pub
Response: 250 OK. Current directory is /pub
Command: PWD
Response: 257 "/pub" is your current location
Status: Retrieving directory listing...
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (67,18,18,82,23,208)
Command: MLSD
Response: 150 Accepted data connection
Response: 226-Options: -a -l
Response: 226 2 matches total
Command: PASV
Response: 227 Entering Passive Mode (67,18,18,82,24,14)
Command: STOR image
Response: 553 Can't open that file: Permission denied
Error: Critical file transfer error
Status: Disconnected from server
Status: Resolving address of mthebron.com
Status: Connecting to 67.18.18.82:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 4 of 50 allowed.
Response: 220-Local time is now 12:17. Server port: 21.
Response: 220 You will be disconnected after 15 minutes of inactivity.
Command: USER anonymous
Response: 230 Anonymous user logged in
Status: Connected
Status: Starting upload of M:\hebron2 - Copy.jpg
Command: CWD /pub
Response: 250 OK. Current directory is /pub
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (67,18,18,82,209,226)
Command: STOR image
Response: 553 Can't open that file: Permission denied
Error: Critical file transfer error
Status: Starting upload of M:\hebron2 - Copy.jpg
Command: PASV
Response: 227 Entering Passive Mode (67,18,18,82,38,99)
Command: STOR image
Response: 553 Can't open that file: Permission denied
Error: Critical file transfer error
Status: Disconnected from server

User avatar
boco
Contributor
Posts: 26935
Joined: 2006-05-01 03:28
Location: Germany

Re: Error 553

#2 Post by boco » 2010-07-22 18:07

Response: 550 Sorry, anonymous users are not allowed to create directories
That's your problem. You try to upload the image to the /pub/image directory, but this directory neither exists nor can be created by an anonymous FTP user. The simplest solution would be to pre-create this directory with a privileged account.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

theczar
500 Command not understood
Posts: 2
Joined: 2010-07-22 17:22
First name: John
Last name: Lennon

Re: Error 553

#3 Post by theczar » 2010-07-22 21:13

i know that there aren't any passwords on the account, so how would i go in as an admin...

Post Reply