Commit-archive location ftp stops working after some commits

Hi Vyos Devs,

I noticed that on last 1.4 buildings the commit-archive stops working after some commits, below the issue outputs:

Config applied:
vyos@lab:~$ show configuration commands | grep ftp
set system config-management commit-archive location ‘ftp://admin:pwd@192.168.22.27/

Issue when trying to save manually:
vyos@lab# save ftp://admin:pwd@192.168.22.27/
Saving configuration to ‘ftp://admin:pwd@192.168.22.27/’…
Traceback (most recent call last):
File “”, line 1, in
File “/usr/lib/python3/dist-packages/vyos/remote.py”, line 293, in upload
urlc(urlstring, *args, **kwargs).upload(local_path)
File “/usr/lib/python3/dist-packages/vyos/remote.py”, line 150, in upload
conn.storbinary('STOR ’ + self.path, f, CHUNK_SIZE, callback)
File “/usr/lib/python3.11/ftplib.py”, line 498, in storbinary
with self.transfercmd(cmd, rest) as conn:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/ftplib.py”, line 393, in transfercmd
return self.ntransfercmd(cmd, rest)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/ftplib.py”, line 359, in ntransfercmd
resp = self.sendcmd(cmd)
^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/ftplib.py”, line 281, in sendcmd
return self.getresp()
^^^^^^^^^^^^^^
File “/usr/lib/python3.11/ftplib.py”, line 254, in getresp
raise error_perm(resp)
ftplib.error_perm: 550 Could not access file: operation unsupported
Done
[edit]
vyos@lab#

Issue on commit command:
vyos@lab# commit
commit_archive: [Errno 110] Connection timed out
[edit]
vyos@lab#
[edit]
vyos@lab# ping 192.168.22.27
PING 192.168.22.27 (192.168.22.27) 56(84) bytes of data.
64 bytes from 192.168.22.27: icmp_seq=1 ttl=63 time=6.94 ms
64 bytes from 192.168.22.27: icmp_seq=2 ttl=63 time=7.78 ms
Etc…

vyos@lab# run telnet to 192.168.22.27 port 21
Trying 192.168.22.27…
Connected to 192.168.22.27.
Escape character is ‘^]’.
220 SFTPGo 2.4.4 ready

500 Unknown command “”

Version I’m running:
vyos@lab:~$ show version
Version: VyOS 1.4-rolling-202305300317
Release train: current

Built by: autobuild@vyos.net
Built on: Tue 30 May 2023 03:17 UTC
Build UUID: 188462d9-51b6-4bba-b91f-fa89f48ecb01
Build commit ID: 4d0fac8c6e2bc5

Architecture: x86_64
Boot via: installed image
System type: VMware guest

Hardware vendor: VMware, Inc.
Hardware model: VMware Virtual Platform
Hardware S/N: VMware-56 4d c7 62 3a b5 bb 1d-b9 5d 75 20 89 82 c2 63
Hardware UUID: 62c74d56-b53a-1dbb-b95d-75208982c263

Copyright: VyOS maintainers and contributors
vyos@lab:~$

Thanks !