FileZilla Server 1.1.0 + motionEye FTP transfer error 450

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

Moderator: Project members

Message
Author
curieux
504 Command not implemented
Posts: 9
Joined: 2021-11-19 11:20

FileZilla Server 1.1.0 + motionEye FTP transfer error 450

#1 Post by curieux » 2021-11-19 11:36

Hi
I´am getting crazy
I tried to transfer my motioneye MP4 file ( raspberry) to my filezilla server (win10)

Filezilla log error : 450 couldn´t open the directory
Motioneye error : Accessing the upload service failed: 450 Couldn't open the directory

Is the problem on the Raspberry site with chmod/chuser privilege to the motioneye folder or on the win10 site
or is the problem the Motioneye FTP config with virtual path and native path ?

Motioneye --> see attached the motioneye FTP configuration
Filezilla --> config Mount Points

Any help would be appreciated
Attachments
Filezilla Confoig.jpg
Filezilla Confoig.jpg (54.98 KiB) Viewed 3967 times
motionEye FTP config.png
motionEye FTP config.png (37.07 KiB) Viewed 3967 times

User avatar
oibaf
Contributor
Posts: 396
Joined: 2021-07-16 21:02
First name: Fabio
Last name: Alemagna

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

#2 Post by oibaf » 2021-11-19 11:42

The "Location" field should contain the virtual path, hence "/FTP".

curieux
504 Command not implemented
Posts: 9
Joined: 2021-11-19 11:20

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

#3 Post by curieux » 2021-11-19 12:22

you mean like this ? see attach
the same error "Accessing the upload service failed: 450 Couldn't open the directory"
Attachments
changes-1.png
changes-1.png (64.44 KiB) Viewed 3961 times

User avatar
oibaf
Contributor
Posts: 396
Joined: 2021-07-16 21:02
First name: Fabio
Last name: Alemagna

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

#4 Post by oibaf » 2021-11-19 12:31

Does "C:\FTP" exist?

If it does, can you please post the log of the server set to "5 - Debug"?

curieux
504 Command not implemented
Posts: 9
Joined: 2021-11-19 11:20

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

#5 Post by curieux » 2021-11-19 15:06

see attach -log plus screen from motioneye and explorer
Attachments
drive-c-and-motioneye-config.jpg
drive-c-and-motioneye-config.jpg (126.05 KiB) Viewed 3952 times
filezilla-server-log.txt
(219.99 KiB) Downloaded 95 times

User avatar
oibaf
Contributor
Posts: 396
Joined: 2021-07-16 21:02
First name: Fabio
Last name: Alemagna

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

#6 Post by oibaf » 2021-11-19 17:36

Hi, thanks a lot for your report!

It turns out it was a regression introduced with the latest changes about impersonation. It's just been fixed, you will find the fix in the next nightly build. Could you please test it out and report if that fixed your problem?

curieux
504 Command not implemented
Posts: 9
Joined: 2021-11-19 11:20

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

#7 Post by curieux » 2021-11-20 03:31

hi
Can not delete user ADMIN - see attach and all further actions does not work ( same path error )
uninstall and install again the filezilla server is also unsucessfully
Attachments
Filezilla user path issue 201121.jpg
Filezilla user path issue 201121.jpg (63.97 KiB) Viewed 3884 times
filezilla-server-log-201121.txt
(238.24 KiB) Downloaded 92 times

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

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

#8 Post by boco » 2021-11-20 03:46

Download: https://filezilla-project.org/nightly.php?type=server
Install: It's normal installer, just install over.

Take out the colon from the native path, it's not allowed. Then, try again.

Edit: Read next post.
### BEGIN SIGNATURE BLOCK ###
No support requests per PM! You will NOT get any reply!!!
FTP connection problems? Please do yourself a favor and read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
### END SIGNATURE BLOCK ###

User avatar
oibaf
Contributor
Posts: 396
Joined: 2021-07-16 21:02
First name: Fabio
Last name: Alemagna

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

#9 Post by oibaf » 2021-11-20 09:57

":h" is actually a placeholder for the home directory of the impersonated user, whichever that is, but another regression caused it to show up as an error. That regression too has been fixed and the fix should be available in the most recent nightly build.

Given the multiple meanings of the colon character, it might make sense to use a different syntax for placeholders. Suggestions are welcome.

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

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

#10 Post by boco » 2021-11-20 10:29

You could use the pipe character | - this one is not allowed in filenames and has no other meaning in FileZilla Server "|h".
### BEGIN SIGNATURE BLOCK ###
No support requests per PM! You will NOT get any reply!!!
FTP connection problems? Please do yourself a favor and read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
### END SIGNATURE BLOCK ###

curieux
504 Command not implemented
Posts: 9
Joined: 2021-11-19 11:20

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

#11 Post by curieux » 2021-11-20 11:36

no chance to change -native-path- in this version
always message "native path must be absolute" pop up see attach native-path

if it works anytime what would be the syntax for the native path ?
c|FTP e.g.
Attachments
native-path-log.txt
(80 Bytes) Downloaded 84 times
native-path-issue-new-version.png
native-path-issue-new-version.png (51.97 KiB) Viewed 3841 times

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

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

#12 Post by boco » 2021-11-20 12:02

You don't understand. The error you're getting is a bug. You need to wait for the next Nightly and then test it (as the bug has been fixed).

The other discussion is only about a possible replacement of the colon character in this context, in future versions (due to its ambiguity). You can ignore it.
### BEGIN SIGNATURE BLOCK ###
No support requests per PM! You will NOT get any reply!!!
FTP connection problems? Please do yourself a favor and read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
### END SIGNATURE BLOCK ###

User avatar
oibaf
Contributor
Posts: 396
Joined: 2021-07-16 21:02
First name: Fabio
Last name: Alemagna

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

#13 Post by oibaf » 2021-11-20 12:17

You can get away with it by removing that entry or changing the native path to something else.

curieux
504 Command not implemented
Posts: 9
Joined: 2021-11-19 11:20

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

#14 Post by curieux » 2021-11-20 14:51

I can neither removed the user nor user entries with this nightly release
Thats what I want to see .
"native path must be absolute" - that the message which prefends from doing any changes

User avatar
oibaf
Contributor
Posts: 396
Joined: 2021-07-16 21:02
First name: Fabio
Last name: Alemagna

Re: FileZilla Server 1.1.0 + motionEye FTP transfer error 450

#15 Post by oibaf » 2021-11-20 18:11

"H" is not an absolute path, "C:\" is an absolute path.

Just remove that line entirely.

Post Reply