File: uftp.templates

package info (click to toggle)
uftp 4.10.2-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,436 kB
  • sloc: ansic: 21,182; makefile: 141; sh: 118
file content (28 lines) | stat: -rw-r--r-- 859 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Template: uftp/dest_dir
Type: string
Default: /tmp
_Description: Destination directories for received files:
 When an incoming file specifies an absolute path, it must match one of the
 destination directories, otherwise the file will be rejected. Incoming files
 that don't specify an absolute path will be received into the first
 destination directory in the list.
 .
 Default is '/tmp'.

Template: uftp/arguments
Type: string
Default: -t
_Description: Extra arguments passed to uftpd:
 Commonly used arguments:
 .
  '-t' for writing the received data into the destination directory.
  '-k <file>' can be used to specify key-files for encrypted transfers.
  '-I <iface>' can be used to specify the network interface to listen on.
 .
 See 'man 1 uftpd' for details.

Template: uftp/generate_config
Type: boolean
Default: true
Description: for internal use