aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/pure-ftpdsettings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pure-ftpdsettings.xml b/packages/pure-ftpdsettings.xml
index 605b7818..676cc39a 100644
--- a/packages/pure-ftpdsettings.xml
+++ b/packages/pure-ftpdsettings.xml
@@ -96,7 +96,7 @@
if($_POST['connections']) $startline .= " -c " . $_POST['connections'];
if($_POST['connectionsperip']) $startline .= " -C " . $_POST['connectionsperip'];
if($_POST['cutoffthreshold']) $startline .= " -k " . $_POST['cutoffthreshold'];;
- if($_POST['beginport'] and $_POST['endport']) $startline .= " -P " . $_POST['beginport'] . ":" . $_POST['endport'];
+ if($_POST['beginport'] and $_POST['endport']) $startline .= " -p " . $_POST['beginport'] . ":" . $_POST['endport'];
if($_POST['uploadbw'] and $_POST['downloadbw']) $startline .= " -T " . $_POST['uploadbw'] . ":" . $_POST['downloadbw'];;
if($_POST['natworkaround']) $startline .= " -N";
if($_POST['filedeletion']) $startline .= " -K";