I have sort of this in my .netrc:
machine ftp.mydomain.com
login mylogin
password mypassword
and while I can succesfully connect with ftp:
ftp ftp.mydomain.com
and passing credentials to ncftp:
ncftp -umylogin -pmypassword ftp.mydomain.com
I get this using only ncftp ftp.mydomain.com
NcFTP 3.2.4 (May 16, 2010) by Mike Gleason (http://www.NcFTP.com/contact/).
Connecting to xxx.xxx.0.140...
ProFTPD 1.3.1 Server (Debian) [::ffff:xxx.xxx.0.140]
Login incorrect.
Sleeping 20 seconds...
Any advice welcome...
