Unable to get yum repo from server to Client using ftp service

Latest response

Hi All,

I have configured the YUM Repo in server but same repo unable to get it from Client machine.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Below is the client configuration:

[root@localhost yum.repos.d]# cat /etc/yum.repos.d/Appstream.repo
[AppStream]
name="App Stream Repo"
baseurl=ftp://192.168.253.134/pub/AppStream
enabled=1
gpgcheck=0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Both servers have done,
iptables -F
setenforce 0
systemctl stop firewalld
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Getting the below error while connecting the ftp

App Stream Repo 0.0 B/s | 0 B 00:11
Errors during downloading metadata for repository 'AppStream':
- Curl error (67): Login denied for ftp://192.168.253.134/pub/AppStream/repodata/repomd.xml [Access denied: 530]
Error: Failed to download metadata for repo 'AppStream': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

Responses