Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
532 views

_netrc/.netrc alternative to cURL

I've been looking at Git and cURL and I found some references about .netrc, that may help on http auth. The problem is: .netrc is dumb because it stores passwords in plain text format, which is a big ...
1
vote
1answer
649 views

netrc not accepted by git

I have set the %HOME% Variable in my windows. In that folder I have put a file called _netrc. Inside that file I have that: machine code.google.com login <logon> password <censored> ...
1
vote
0answers
147 views

Autocompletion from .netrc in Emacs

I use Emacs at work and at home, both on Windows XP, both EmacsW32. On my work computer, if I setup FTP login details for a site, for example: machine ftp.stackoverflow.com login codinghorror ...
0
votes
2answers
1k views

Specify password to sftp in bash script

Currently I am trying to write a script to back up a file over SFTP. The problem is, it requires a password, and I see no way to manually specify a password to SFTP. I've heard about requiring no ...
0
votes
1answer
148 views

vim netrc password re-entering

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. ...
0
votes
1answer
217 views

How do I add multiple accounts (machine, login, password) to my VIM .netrc file?

I have been just connecting to one server via .netrc and it worked fine but now I need to be able to connect the original server and a new account. When I add new account information (machine, login, ...
0
votes
1answer
370 views

How to use .netrc when running MKS Toolkit on Windows?

I am moving an application from Unix (AIX) to Windows. We have MKS Toolkit on the Windows server in order to run our shell scripts fairly unchanged. However, my old FTP jobs depend on the .netrc file. ...