Hey there So I have my server up and running with pure-ftp service running. I am able to login if i am run the ftp command: Code: ftp host.domain.com It will prompt for user name and password, and connect. However, when I use the following command: Code: ftp [email protected] I get the error Code: ftp: [email protected]: Name or service not known Anybody know why ftp would behave this way?
Got it fixed. I was connecting to the server using TLS when I hadn't configured made the necessary configurations.