I have an usb hard drive that I want to mount to my rpi 4 running hassio so my IP cameras can store the recorded videos on that disk using FTP. Could that be done somehow?
Seems like the biggest problem is mounting the usb drive to /share or similar?
I would like to use the FTP add on and did the setup.
I configured my foscam camera for FTP, but when i hit test on the camera i get âFTP server login failedâ
The log from the add on is as follows;
Thu Dec 19 20:58:59 2019 [pid 2] CONNECT: Client "192.168.1.124"
Thu Dec 19 20:58:59 2019 [pid 2] FTP response: Client "192.168.1.124", "220 Welcome to the Hass.io FTP service."
Thu Dec 19 20:58:59 2019 [pid 2] FTP command: Client "192.168.1.124", "USER"
Thu Dec 19 20:58:59 2019 [pid 2] FTP response: Client "192.168.1.124", "331 Please specify the password."
Thu Dec 19 20:58:59 2019 [pid 2] FTP command: Client "192.168.1.124", "PASS <password>"
Thu Dec 19 20:58:59 2019 [pid 2] FTP response: Client "192.168.1.124", "503 Login with USER first."
Thu Dec 19 20:58:59 2019 [pid 2] FTP command: Client "192.168.1.124", "QUIT"
Thu Dec 19 20:58:59 2019 [pid 2] FTP response: Client "192.168.1.124", "221 Goodbye."
I donât really understand what is the problem, it seems authentication related.
Hope someone sees the problem.
Hi Franck,
I just installed Home Assistant Add-on FTP and everything went well. No errors in log. But how do I start vsFTPD? I canât find any documentation.
Anyone having trouble with Hik cameras uploading? I get the thing to connect and create the test file but no image. Running DS-2CD2385FWD-I/G without SD card, passive FTP forced.
Thank you for this great add-on. I have a question:
I was using Hassbian, and in the ftp server I was using âupload scriptsâ, this is a script that is executed each time a file is uploaded, receiving file path as parameter https://linux.die.net/man/8/pure-uploadscript. I was using it, so each time a camera with motion detection uploaded an image, I send it to my mobile device using Telegram.
But now that Iâm using Hass.io I fear I canât do it. Is this possible with your add-on?
my camera (with latest software) use FTP to upload pictures by event and it possible to put only at / directory by FTP. Itâs not possible to set directory name, only /
But Home Assistant doesnât see this FTP⌠((
How to use this FTP service with my camera and Home Assistance (hass.io with docker)?
Is it possible to add option to use FTP chroot as /share of docker?
Step 1: Installed this and set-up a profile
Step 2: Set google backup to upload all //.mp4 files
This works perfectly, however the Google Backup created supports purging old files (perfect, saves my local hard drive space).
I get an read-only message from the system due to user permissions. Anyone know how I can ensure vsFTP sets permissions so that any one can access the files? (i canât see how to set the UMASK).
I want to use the FTP Server for the provisioning of my VOIP telephones. What is the path of the ftp user files on Hassio and are ftp user files backed up as part of Hassio snapshot?
Hi, i have installed hass.io on my nas Qnap with virtualisation station, i have installed the ftp addon in order to connect via FTP and put files inside but my ftp client ask for a username and password, where could i find the configuration file of the addon to create user ?
The addon is really great and easy to setup but i have the following issue:
I have setup hassio to mount any external HDD that is attached to a folder in then media folder of hassio and the ftp addon so I can access that folder, the issue I an having is that the cameras are trying to create a folder that already exists in my case /media/STORAGE (STORAGE being the folder where the external HDD is mounted). Is there anyway that the ftp can share the /media/STORAGE folder directly?