File: passwordfile

package info (click to toggle)
wput 0.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,076 kB
  • ctags: 765
  • sloc: ansic: 6,829; sh: 3,241; makefile: 114; sed: 16
file content (14 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Warning:
#   Since wput 0.6 the password-file is deprecated. Please use the .netrc-file
#   instead.
#
# 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.