Home Assistant Community Add-on: FTP

Has the add-on stopped working for anyone else? It just keeps spamming ‘INFO: Starting FTP server…’ for me in the logs. Config seems to be setup correct, but nothing starts up.

same here

[services.d] starting services
[services.d] done.
[12:48:01] INFO: Starting FTP server…
[12:48:01] INFO: Starting Log tailer…

Is there anyway to get an integrated version for Core users?

Is there size limit for the storage size of FTP?

Hello,

I have installed this add-on on Home Assistant OS on RaspberryPi 4B.
However, my Total Commander does not connect. Are there any special conditions required to set up connection?
PUTTY connects jus fine with the same credentials.

I just notced it keep switching itself off.
How to debug it to find an issue?

Could it be due to the popular password?

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service base-addon-banner: starting
-----------------------------------------------------------
 Add-on: FTP
 A secure and fast FTP server for Home Assistant
-----------------------------------------------------------
 Add-on version: 4.7.1
 You are running the latest version of this add-on.
 System: Home Assistant OS 10.3  (aarch64 / raspberrypi4-64)
 Home Assistant Core: 2023.6.3
 Home Assistant Supervisor: 2023.06.2
-----------------------------------------------------------
 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
[17:04:12] INFO: Starting Log tailer...
s6-rc: info: service init-vsftpd successfully started
[17:04:15] WARNING: Password is in the Have I Been Pwned database!
[17:04:15] WARNING: Password appeared 147396 times!
[17:04:15] FATAL: 
[17:04:15] FATAL: We are trying to help you to protect your system the
[17:04:15] FATAL: best we can. Therefore, this add-on checks your
[17:04:15] FATAL: configured password against the HaveIBeenPwned database.
[17:04:15] FATAL: 
[17:04:15] FATAL: Unfortunately, your configured password is considered
[17:04:15] FATAL: unsafe. We highly recommend you to pick a different one.
[17:04:15] FATAL: 
[17:04:15] FATAL: Please change the password in the 'users[0].password' option.
[17:04:15] FATAL: 
[17:04:15] FATAL: Check the add-on manual for more information.
[17:04:15] FATAL: 
s6-rc: warning: unable to start service init-users: command exited 1
/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.
/run/s6/basedir/scripts/rc.init: fatal: stopping the container.
s6-rc: info: service init-vsftpd: stopping
s6-rc: info: service vsftpd-log: stopping
s6-rc: info: service init-vsftpd successfully stopped
s6-rc: info: service vsftpd-log successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service base-addon-log-level: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service base-addon-log-level successfully stopped
s6-rc: info: service base-addon-banner: stopping
s6-rc: info: service base-addon-banner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

I can’t connect to my Raspberry Pi HA OS using FTP add-on because of this, I guess:

Blockquote[23:35:32] WARNING: Password is in the Have I Been Pwned database!
[23:35:32] WARNING: Password appeared 147396 times!
[23:35:32] FATAL:
[23:35:32] FATAL: We are trying to help you to protect your system the
[23:35:32] FATAL: best we can. Therefore, this add-on checks your
[23:35:32] FATAL: configured password against the HaveIBeenPwned database.
[23:35:32] FATAL:
[23:35:32] FATAL: Unfortunately, your configured password is considered
[23:35:32] FATAL: unsafe. We highly recommend you to pick a different one.
[23:35:32] FATAL:
[23:35:32] FATAL: Please change the password in the ‘users[0].password’ option.
[23:35:32] FATAL:
[23:35:32] FATAL: Check the add-on manual for more information.

“Please change the password in the ‘users[0].password’ option.”

How to do that?

I can connect with PUTTY on port 22.
passwd command gives me this: “password for root changed by root” but I still can only log in with the old password for user “pi” with PUTTY.

Hello,

i cannot get a list of the files in the directory because the the FTP command MDMT is failing with the following message:

"550 Could not get file modification time."

The log shows a successfull login:

Wed Dec 20 09:15:51 2023 [pid 3] [nextcloud] FTP response: Client "", "230 Login successful."
Wed Dec 20 09:15:51 2023 [pid 3] [nextcloud] FTP command: Client "", "MDTM //share"
Wed Dec 20 09:15:51 2023 [pid 3] [nextcloud] FTP response: Client "", "550 Could not get file modification time."
Wed Dec 20 09:15:51 2023 [pid 3] [nextcloud] FTP command: Client "", "PASV"
Wed Dec 20 09:15:51 2023 [pid 3] [nextcloud] FTP response: Client "", "227 Entering Passive Mode (192,168,178,99,117,50)."
Wed Dec 20 09:15:51 2023 [pid 3] [nextcloud] FTP command: Client "", "TYPE A"
Wed Dec 20 09:15:51 2023 [pid 3] [nextcloud] FTP response: Client "", "200 Switching to ASCII mode."
Wed Dec 20 09:15:51 2023 [pid 3] [nextcloud] FTP command: Client "", "MDTM //share"
Wed Dec 20 09:15:51 2023 [pid 3] [nextcloud] FTP response: Client "", "550 Could not get file modification time."

Does someone know why this happens?

Where are the FTP files stored locally? I have set up ftp, my intercom saves pictures from camera correctly, but now I need to grab them via local path and send via telegram and I have no idea where are they.

Is there a way to access addon_configs and other folders?

Thanks