Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Can't get into a network drive through Filezilla

Writer Matthew Martinez

On my server, I have a network drive and I want to get access to this drive through Filezilla. The main problem is that every time I'm trying to get there with Filezilla, the client connection is lost with Error 550. I have read a lot about this problem and almost every reply is about making a new windows account but I can't make it. It have to work with other Filezilla clients.

How to make network drive "Visible" in Filezilla client? Please, help!

2

2 Answers

Step 1 : Add new user with share folder as normal on Filezilla FTP server

Step 2 : Modify %filezilla_server_install_folder%\FileZilla Server.xml

example : Permission Dir="D:\" to Permission Dir="\192.168.11.99\nc"

enter image description here

Step 3: Create "computer user" on client PC same as "user log on to access file" on \192.168.11.99 with same password

enter image description here

Step 4 : Open Services on Client PC , find Mozilla Server FTP server, Right Mouse >> Properties >> Log On tab Choose Logon As >> This Acount >> Select account user in Step 3, enter password

enter image description here

Step 5: Stop and Start again this Services

1

This is a permissions issue. The user/service that the Filezilla server is running on, does not have permission to access the location you are trying to reach.

You'll need to give permissions to the user/service account that is running Filezilla Server, to that network drive.

You will then also need to tell the Filezilla Server that the location is valid for FTP access.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy