Page 2 of 2

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

Posted: 2021-11-21 12:38
by curieux
next error is :
2021-11-21T12:29:15.392Z >> [FTP Session 2 192.168.0.6 admin] MKD FTP
2021-11-21T12:29:15.392Z DD [File-based Authenticator/impersonator client, user: <not impersonating>] info: result: 6
2021-11-21T12:29:15.392Z << [FTP Session 2 192.168.0.6 admin] 550 Permission denied

see log attached and also the motioneye and filezillaserver config

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

Posted: 2021-11-21 13:02
by oibaf
This line from the log, coupled with the one you posted, indicates that it's trying to create the /FTP directory, but that directory is actually your mount point.

Code: Select all

2021-11-21T12:29:15.343Z >> [FTP Session 2 192.168.0.6 admin] CWD /
From what I understand what you want is to have all files end up in C:\FTP.

In that case, make both the virtual path in the filezilla server and the location in your application be "/", without quotes.

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

Posted: 2021-11-21 17:18
by curieux
Accessing the upload service failed: 550 Couldn't open the directory!

c:\FTP exists and all download will be saved there

Tell me the right content of the fields and I will check

see attach config file

any further IDEA ?

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

Posted: 2021-11-22 09:45
by botg
Is C:\FTP an actual directory, or is it a symbolic link, NTFS junction, or reparse point?

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

Posted: 2021-11-23 17:00
by curieux
actual Directory

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

Posted: 2021-12-29 09:01
by lugatti@indacoproject.it
Hello.
The same thing happens to me too.
I have hundreds of devices that have to interact with the sub dirs of the virtual paths of each device and are no longer able to access the aforementioned.
I also opened a new Topic with the same problem.
from what I have learned it would always be that the old LIST command is no longer recognized and that it has been replaced by the DIR command.
We cannot communicate with the hundreds of devices to update the firmware of each in order to make the terminals work with the DIR command instead of the old LIST, so I ask you if it is possible to add the old LIST command with the same operation as the new one.

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

Posted: 2021-12-29 09:39
by botg
FTP has no DIR command.

LIST still works just fine. Note that the output of LIST is not standardized and cannot be used by machines.

Consider switching to a client that uses MLSD, it is the only command to obtain directory listings in an unambiguous machine-readable format.