File: passwordfile

package info (click to toggle)
wput 0.5-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 640 kB
  • ctags: 478
  • sloc: ansic: 5,122; sh: 2,545; makefile: 95
file content (13 lines) | stat: -rw-r--r-- 582 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# A password-file is a collection of usernames and passwords for several
# ftp-hosts. By using the password-file you don't have to type the password
# in the url/commandline...
# The format must match exactly:
# [host][tab][user][tab][password][newline]
# e.g.:
ftp.somewhere.org	anonymous	houston@somewhere.org
ftp.somewhere.org	nouser		gabagandalf
# for ftp://ftp.somewhere.org Wput will use the the first entry.
# for ftp://nouser@ftp.somewhere.org Wput will use gabagandalf as password.

# Note, that the password-file might be replaced by the widely used
# netrc-file one day.