FTP addon - can't find uploaded files

I am using the FTP Server from the add-on store in order to receive pictures from a camera.

The server is running, the camera is connected and in the FTP logs I can seen successful uploads:

-----------------------------------------------------------
 Add-on: FTP
 A secure and fast FTP server for Home Assistant
-----------------------------------------------------------
 Add-on version: 5.0.2
 You are running the latest version of this add-on.
 System: Home Assistant OS 12.2  (amd64 / generic-x86-64)
 Home Assistant Core: 2024.4.3
 Home Assistant Supervisor: 2024.04.0
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
s6-rc: info: service base-addon-banner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service base-addon-log-level: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service init-vsftpd: starting
s6-rc: info: service init-users: starting
s6-rc: info: service vsftpd-log: starting
s6-rc: info: service vsftpd-log successfully started
[13:23:08] INFO: Starting Log tailer...
s6-rc: info: service init-vsftpd successfully started
[13:23:08] INFO: Password is NOT in the Have I Been Pwned database! Nice!
s6-rc: info: service init-users successfully started
s6-rc: info: service vsftpd: starting
s6-rc: info: service vsftpd successfully started
s6-rc: info: service legacy-services: starting
[13:23:08] INFO: Starting FTP server...
s6-rc: info: service legacy-services successfully started
Mon Apr 15 14:16:21 2024 [pid 2] CONNECT: Client "192.168.2.244"
Mon Apr 15 14:16:22 2024 [pid 1] [camcarport] OK LOGIN: Client "192.168.2.244"
Mon Apr 15 14:16:22 2024 [pid 3] [camcarport] OK MKDIR: Client "192.168.2.244", "/2024"
Mon Apr 15 14:16:22 2024 [pid 3] [camcarport] OK MKDIR: Client "192.168.2.244", "/2024/04"
Mon Apr 15 14:16:23 2024 [pid 3] [camcarport] OK MKDIR: Client "192.168.2.244", "/2024/04/15"
Mon Apr 15 14:16:24 2024 [pid 3] [camcarport] OK UPLOAD: Client "192.168.2.244", "/2024/04/15/Cam-Carport_00_20240415141622.jpg", 991925 bytes, 2928.60Kbyte/sec

But I cannot find the files in the file system of HassOS (I am not a LINUX expert). This is the config:

I would expect the files in a subdirectory “media” - but I can’t find anything.

Any help welcome!

The problem was in the remote system - the path definition was not correct!