Sujet : Re: Issue with vsftpd and camcorder on Pi4B
De : theom+news (at) *nospam* chiark.greenend.org.uk (Theo)
Groupes : comp.sys.raspberry-piDate : 20. Jul 2025, 22:31:33
Autres entêtes
Organisation : University of Cambridge, England
Message-ID : <joE*nG1hA@news.chiark.greenend.org.uk>
References : 1 2
User-Agent : tin/1.8.3-20070201 ("Scotasay") (UNIX) (Linux/5.10.0-35-amd64 (x86_64))
Lars Poulsen <
lars@cleo.beagle-ears.com> wrote:
On 2025-07-20, None <none@none.none> wrote:
when I try transferring
from the camera to the server the camera tells me it received an error
code from the server.
>
when I go to vsftpd's log
it seems the camera is trying (and failing) to create a subdirectory in
my home directory instead of doing what it used to-just write to the
directory I told it to in its settings. That directory, by the way is a
USB-connected hard drive mounted in the /media directory.
>
Thanks in advance for any suggestions.
cd ~
ln -s /media/my_hd/cam_files ~/whateverCanonWants
Or add
local_root=/media/my_hd/cam_files
to /etc/vsftpd.conf
which makes / in the FTP server be that path.
(maybe also anon_root if the camera uses anonymous mode, which I doubt)
Theo