summaryrefslogtreecommitdiffstats
path: root/ftp_wizard/ftp.wiz
diff options
context:
space:
mode:
Diffstat (limited to 'ftp_wizard/ftp.wiz')
-rw-r--r--ftp_wizard/ftp.wiz229
1 files changed, 0 insertions, 229 deletions
diff --git a/ftp_wizard/ftp.wiz b/ftp_wizard/ftp.wiz
deleted file mode 100644
index 5c7a055c..00000000
--- a/ftp_wizard/ftp.wiz
+++ /dev/null
@@ -1,229 +0,0 @@
-<?xml version="1.0"?>
-
-
-<Wizard
- name="general"
- libScript="__WIZ_HOME__/common/scripts/functions.sh"
- wizardTitle="FTP wizard"
- imagePosition="top"
- defaultImage="__WIZ_HOME__/ftp_wizard/images/FTP.png"
- perlModule="__WIZ_HOME__/ftp_wizard/scripts/ProFtpconf.pm"
- rpm="proftpd"
- summaryFunc="do_it"
->
-
- <Variable
- name="wiz_ftp_internal"
- shellVariable="wiz_ftp_internal"
- >
- </Variable>
-
- <Variable
- name="wiz_ftp_external"
- shellVariable="wiz_ftp_external"
- >
- </Variable>
-
- <Variable
- name="wiz_ftp_anon"
- shellVariable="wiz_ftp_external"
- >
- </Variable>
-
- <Variable
- name="wiz_ftp_home"
- shellVariable="wiz_ftp_external"
- >
- </Variable>
-
- <Page
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-ftp.html"
- name="welcome"
- func="check"
- executionLevel="NORMAL"
- nextFinish="false"
- canBack="false"
- canCancel="true"
- >
-
- <Target
- targetName="must be root"
- jumpIndex="1"
- >
- </Target>
-
- <Target
- targetName="ftp connections"
- jumpIndex="0"
- >
- </Target>
-
- <Target
- targetName="error_dhcp"
- jumpIndex="2"
- >
- </Target>
-
- <Info
- helpText="FTP Server Configuration Wizard"
- >
- </Info>
-
-
- <Info
- helpText="This wizard will help you configuring the FTP Server for your network."
- >
- </Info>
- </Page>
-
- <Page
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-ftp.html"
- name="must be root"
- nextButtonText="OK"
- executionLevel="NORMAL"
- nextFinish="true"
- canBack="true"
- canCancel="true"
- >
-
- <Info
- helpText="Sorry, you must be root to do this..."
- >
- </Info>
- </Page>
-
- <Page
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-web.html"
- name="error_dhcp"
- jumpPage="ftp connections"
- executionLevel="NORMAL"
- nextFinish="false"
- canBack="true"
- canCancel="true"
- >
-
- <Info
- helpText="Warning\nYou are in dhcp, server may not work with your configuration."
- >
- </Info>
- </Page>
-
- <Page
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-ftp.html"
- name="ftp connections"
- executionLevel="NORMAL"
- nextFinish="false"
- canBack="true"
- canCancel="true"
- >
-
- <Info
- helpText="FTP Server"
- >
- </Info>
-
-
- <Info
- helpText="Your server can act as an FTP Server toward your internal network (intranet) and as an FTP Server for the Internet."
- >
- </Info>
-
-
- <Info
- helpText="Select the kind of FTP service you want to activate:"
- >
- </Info>
-
-
- <Boolean
- name="wiz_ftp_internal"
- variableName="wiz_ftp_internal"
- forceEnabled="1"
- forceDisabled="0"
- helpText="Enable the FTP Server for the Intranet"
- >
- </Boolean>
-
-
- <Boolean
- name="wiz_ftp_external"
- variableName="wiz_ftp_external"
- forceEnabled="1"
- forceDisabled="0"
- helpText="Enable the FTP Server for the Internet"
- >
- </Boolean>
-
-
- <Info
- helpText="Don't check any box if you don't want to activate your FTP Server."
- >
- </Info>
- </Page>
-
- <Page
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-ftp.html"
- name="confirmation"
- func="do_it"
- jumpPage="congratulations"
- nextButtonText="Configure"
- executionLevel="NORMAL"
- nextFinish="false"
- canBack="true"
- canCancel="true"
- >
-
- <Info
- helpText="Configuring the FTP Server"
- >
- </Info>
-
-
- <Info
- helpText="The wizard collected the following parameters
-needed to configure your FTP Server"
- >
- </Info>
-
- <Freetext
- variableName="wiz_ftp_internal"
- helpText="Intranet FTP Server:"
- editable="false"
- >
- </Freetext>
-
- <Freetext
- variableName="wiz_ftp_external"
- helpText="Internet FTP Server:"
- editable="false"
- >
- </Freetext>
-
- <Info
- helpText="To accept these values, and configure your server, click the Next button or use the Back button to correct them."
- >
- </Info>
- </Page>
-
- <Page
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-ftp.html"
- name="congratulations"
- nextButtonText="Quit"
- executionLevel="NORMAL"
- nextFinish="true"
- canBack="false"
- canCancel="false"
- >
-
- <Info
- helpText="Congratulations"
- >
- </Info>
-
-
- <Info
- helpText="The wizard successfully configured your Intranet/Internet FTP Server"
- >
- </Info>
- </Page>
-</Wizard>