Page 1 of 1

550 Directory not found / can't access file

Posted: 2013-11-26 16:05
by domelsnake
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?

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

Posted: 2013-11-26 20:15
by botg
Looks like the server service lacks permission to write to the target directory.

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

Posted: 2013-11-27 10:08
by domelsnake
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 8932 times
Any ideas?

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

Posted: 2013-11-27 16:30
by domelsnake
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?

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

Posted: 2013-11-27 16:49
by boco
We talk about the NTFS permissions here. Wrong permissions inside the server would cause a different error text.

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

Posted: 2013-11-27 16:53
by domelsnake
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

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

Posted: 2013-11-27 17:20
by boco
Use the Security tab of the directory in Windows Explorer. Full access for the account FZ Server runs under.

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

Posted: 2013-11-28 04:26
by ss0843900
Thank you. This helped me.

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

Posted: 2013-11-28 09:00
by domelsnake
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?

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

Posted: 2013-11-28 16:44
by domelsnake
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.