I have install ftp server from this page:
https://www.raspberrypi-spy.co.uk/2018/ ... pberry-pi/
it's online ,
I can enter it using filezilla \ cmd
but when I try to upload a file I get error from filezile
and from the pi serverCritical file transfer error 553 could not create file
Code: Select all
Mon Jun 22 10:03:20 2020 [pid 1898] CONNECT: Client "::ffff:10.0.0.1"
Mon Jun 22 10:03:20 2020 [pid 1897] [camera] OK LOGIN: Client "::ffff:10.0.0.1"
Mon Jun 22 10:03:20 2020 [pid 1903] [camera] FAIL MKDIR: Client "::ffff:10.0.0.1", "/X_20200617"
Mon Jun 22 10:03:20 2020 [pid 1903] [camera] FAIL MKDIR: Client "::ffff:10.0.0.1", "/X_JWEV-297158-AEEFC"
Mon Jun 22 10:03:20 2020 [pid 1903] [camera] FAIL UPLOAD: Client "::ffff:10.0.0.1", "/00_D7_14_05_7A_76_JWEV-297158-AEEFC_0_20200617162103_6.jpg", 0.00Kbyte/sec
Code: Select all
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
chroot_local_user=YES
user_sub_token=$USER
local_root=/mnt/mydisk/$USER/ftp
Code: Select all
groups camera
camera : camera sudo
Code: Select all
ls -ls /mnt/mydisk/camera/
total 8
8 drwxr-xr-x 3 root root 8192 Jun 22 09:13 ftp
pi@raspberrypi:~ $ ls -ls /mnt/mydisk/camera/ftp/
total 8
8 drwxr-xr-x 2 root root 8192 Jun 22 09:13 files
do I need to chagne the owner \ mode of this libs?
Thanks ,