|
trouble logging in to ftp with .netrc
Hello, i am having trouble logging in to my ftp server.
i am trying to ftp to localhost and i get this error message
i do $ftp localhost
Connected to rhLinux9.
220(vsFTP 1.1.3)
530 Please login with USER and PASS
530 Please login with USER and PASS
KERBEROS_V4 rejected as an authentication type
Error - .netrc file not correct mode.
Remove password or correct mode.
my ~/.netrc file looks like this:
machine localhost
login testuser
password test12345
this looks right to me!
But i am probally wrong
whats my problem?
thanks
|