I connect to a ftp server with vim and netrc. I don't have the password stored in .netrc because of security.
So when I connect to my server I have to enter the password, which is cooland it works. But if I change the directory, open a file etc. I have to re-enter my password after every action.
Is there a way to have it remember it after entering it once?