48 lines
961 B
Plaintext
48 lines
961 B
Plaintext
# ProZilla system configuration file.
|
|
# Lines beginning with "#" and empty lines are ignored.
|
|
|
|
# Number of simultaneous download connections.
|
|
#threads = 4
|
|
|
|
# Number of servers pinged at once.
|
|
pingatonce = 5
|
|
|
|
# Wait 2*n seconds for a server response.
|
|
pingtimeout = 4
|
|
|
|
# Enable FTP mirror searching.
|
|
#ftpsearch = ON
|
|
|
|
# Maximum number of mirrors requested from FTP search.
|
|
#mirrors = 40
|
|
|
|
# Connection timeout in seconds.
|
|
#timeout = 180
|
|
|
|
# Maximum attempts after a transmission error; 0 means unlimited.
|
|
#tries = 200
|
|
|
|
# Delay between retries in seconds.
|
|
#retrydelay = 15
|
|
|
|
# Never prompt before overwriting files.
|
|
#forcemode = off
|
|
|
|
# Maximum redirects.
|
|
#maxredirs = 10
|
|
|
|
# Read credentials from ~/.netrc.
|
|
#netrc = on
|
|
|
|
# Use passive FTP transfers.
|
|
#pasv = on
|
|
|
|
# Print errors and exit instead of waiting for a key press.
|
|
#nogetch = off
|
|
|
|
# Per-download bandwidth limit in bytes per second; 0 means unlimited.
|
|
#maxbps = 0
|
|
|
|
# Download output directory.
|
|
#mainoutputdir = .
|