550 Directory not found / can't access file

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

Moderator: Project members

Post Reply
Message
Author
domelsnake
504 Command not implemented
Posts: 6
Joined: 2013-11-26 16:01
First name: Dom
Last name: Dom

550 Directory not found / can't access file

#1 Post by domelsnake » 2013-11-26 16:05

Hi Guys,

I'm trying to set FTP server but having following problem:

(001618)26/11/2013 16:03:10 - (not logged in) (192.168.3.10)> Connected, sending welcome message...
(001618)26/11/2013 16:03:10 - (not logged in) (192.168.3.10)> 220-FileZilla Server version 0.9.41 beta
(001618)26/11/2013 16:03:10 - (not logged in) (192.168.3.10)> 220-written by Tim Kosse (Tim.Kosse@gmx.de)
(001618)26/11/2013 16:03:10 - (not logged in) (192.168.3.10)> 220 Please visit http://sourceforge.net/projects/filezilla/
(001618)26/11/2013 16:03:10 - (not logged in) (192.168.3.10)> user SSL
(001618)26/11/2013 16:03:10 - (not logged in) (192.168.3.10)> 331 Password required for ssl
(001618)26/11/2013 16:03:10 - (not logged in) (192.168.3.10)> PASS ***********
(001618)26/11/2013 16:03:10 - ssl (192.168.3.10)> 230 Logged on
(001618)26/11/2013 16:03:10 - ssl (192.168.3.10)> TYPE I
(001618)26/11/2013 16:03:10 - ssl (192.168.3.10)> 200 Type set to I
(001618)26/11/2013 16:03:10 - ssl (192.168.3.10)> CWD /
(001618)26/11/2013 16:03:10 - ssl (192.168.3.10)> 250 CWD successful. "/" is current directory.
(001618)26/11/2013 16:03:10 - ssl (192.168.3.10)> PASV
(001618)26/11/2013 16:03:10 - ssl (192.168.3.10)> 227 Entering Passive Mode (10,22,1,95,0,22)
(001618)26/11/2013 16:03:10 - ssl (192.168.3.10)> NLST JuniperConf-standalone-ssl.xxx.co.uk-20131126-1603
(001618)26/11/2013 16:03:10 - ssl (192.168.3.10)> 550 Directory not found
(001618)26/11/2013 16:03:10 - ssl (192.168.3.10)> PASV
(001618)26/11/2013 16:03:10 - ssl (192.168.3.10)> 227 Entering Passive Mode (10,22,1,95,0,22)
(001618)26/11/2013 16:03:10 - ssl (192.168.3.10)> STOR JuniperConf-standalone-ssl.xxx.co.uk-20131126-1603
(001618)26/11/2013 16:03:10 - ssl (192.168.3.10)> 150 Connection accepted
(001618)26/11/2013 16:03:10 - ssl (192.168.3.10)> 550 can't access file.
(001618)26/11/2013 16:03:10 - ssl (192.168.3.10)> ABOR
(001618)26/11/2013 16:03:10 - ssl (192.168.3.10)> 226 ABOR command successful
(001618)26/11/2013 16:03:10 - ssl (192.168.3.10)> disconnected.



Anyone knows what could cause it?
Last edited by domelsnake on 2013-11-27 09:12, edited 1 time in total.

User avatar
botg
Site Admin
Posts: 35539
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: 550 Directory not found / can't access file

#2 Post by botg » 2013-11-26 20:15

Looks like the server service lacks permission to write to the target directory.

domelsnake
504 Command not implemented
Posts: 6
Joined: 2013-11-26 16:01
First name: Dom
Last name: Dom

Re: 550 Directory not found / can't access file

#3 Post by domelsnake » 2013-11-27 10:08

botg wrote:Looks like the server service lacks permission to write to the target directory.
This is the screenshot from the server where FileZilla is installed.

as.jpg
as.jpg (74.74 KiB) Viewed 8913 times
Any ideas?

domelsnake
504 Command not implemented
Posts: 6
Joined: 2013-11-26 16:01
First name: Dom
Last name: Dom

Re: 550 Directory not found / can't access file

#4 Post by domelsnake » 2013-11-27 16:30

I have set up a new user which has been added to the local administrators group.

The user have been give full permissions to access ftproot directory, and the FileZilla Server FTP server service have been configured to log on as my newly created user, then the service has been restarted and still the same error message.


Any ideas?

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

Re: 550 Directory not found / can't access file

#5 Post by boco » 2013-11-27 16:49

We talk about the NTFS permissions here. Wrong permissions inside the server would cause a different error text.
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

domelsnake
504 Command not implemented
Posts: 6
Joined: 2013-11-26 16:01
First name: Dom
Last name: Dom

Re: 550 Directory not found / can't access file

#6 Post by domelsnake » 2013-11-27 16:53

boco wrote:We talk about the NTFS permissions here. Wrong permissions inside the server would cause a different error text.

So boco how can I change the NTFS permissions?

Thanks,
Dom

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

Re: 550 Directory not found / can't access file

#7 Post by boco » 2013-11-27 17:20

Use the Security tab of the directory in Windows Explorer. Full access for the account FZ Server runs under.
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

ss0843900
500 Command not understood
Posts: 1
Joined: 2013-11-28 04:02
First name: Steve
Last name: Pete

Re: 550 Directory not found / can't access file

#8 Post by ss0843900 » 2013-11-28 04:26

Thank you. This helped me.

domelsnake
504 Command not implemented
Posts: 6
Joined: 2013-11-26 16:01
First name: Dom
Last name: Dom

Re: 550 Directory not found / can't access file

#9 Post by domelsnake » 2013-11-28 09:00

boco this is what I have done before you said about NTFS permissions:

"I have set up a new user which has been added to the local administrators group.

The user have been give full permissions to access ftproot directory, and the FileZilla Server FTP server service have been configured to log on as my newly created user, then the service has been restarted and still the same error message."


Any other ideas?

What am I missing?

domelsnake
504 Command not implemented
Posts: 6
Joined: 2013-11-26 16:01
First name: Dom
Last name: Dom

Re: 550 Directory not found / can't access file

#10 Post by domelsnake » 2013-11-28 16:44

I have removed the home folder and recreated.

Also have re-entered the password for my SSL user and that is working now.


Thanks for your help any way.

Post Reply