Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Most Unix type systems (Linux, Mac OSX, etc) come with 'curl', another useful command line tool that can also download files. curl Curl can also use the .netrc file and can therefore be used to verify the credentials are set correctly. Since curl only downloads one file at a time, you should pick one file and run a test as follows:

...

If this is successful, it will save the downloaded data as a file called 'test' in your current directory and , showing that your .netrc file is valid.

...