FileZilla Server2: Install Options: Difference between revisions
FileZilla Server2: Install Options (view source)
Revision as of 01:17, 24 November 2010
, 24 November 2010no edit summary
(New page: {{Uc nav FileZilla Server2}} '''Install options and design''' FileZilla plugin has three-installation options these correspond to Uniform Server's [[4.0-Mona: Install#Install options | in...) |
Upazixorys (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
=[http://ycybesav.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]= | |||
{{Uc nav FileZilla Server2}} | {{Uc nav FileZilla Server2}} | ||
'''Install options and design''' | '''Install options and design''' | ||
Line 10: | Line 11: | ||
== Basic (Portable) == | == Basic (Portable) == | ||
A default installation adds the following batch files to folder '''UniServer''' providing independent control of FileZilla Server. | A default installation adds the following batch files to folder '''UniServer''' providing independent control of FileZilla Server. | ||
{|cellspacing= | {|cellspacing="4" cellpadding="4" | ||
|-valign= | |-valign="top" style="background:#f5f5f5;" | ||
|'''fz_start.bat'''||- Start FileZilla server||- Runs file UniServer\udrive\filezilla_server\basic\fz_basic_start.bat | |'''fz_start.bat'''||- Start FileZilla server||- Runs file UniServer\udrive\filezilla_server\basic\fz_basic_start.bat | ||
|-valign= | |-valign="top" style="background:#f5f5f5;" | ||
|'''fz_stop.bat'''||- Stop FileZilla server||– Runs file udrive\filezilla_server\filezilla_server_portable\zilla_stop.bat | |'''fz_stop.bat'''||- Stop FileZilla server||– Runs file udrive\filezilla_server\filezilla_server_portable\zilla_stop.bat | ||
|-valign= | |-valign="top" style="background:#f5f5f5;" | ||
|'''fz_admin.bat'''||– Start FileZilla admin||– Runs file udrive\filezilla_server\filezilla_server_portable\zilla_admin.bat | |'''fz_admin.bat'''||– Start FileZilla admin||– Runs file udrive\filezilla_server\filezilla_server_portable\zilla_admin.bat | ||
|} | |} | ||
Line 24: | Line 25: | ||
Contents of folder UniServer\udrive\filezilla_server\'''basic''' provides support files for FileZilla FTPd “basic-mode” (portable) operation. | Contents of folder UniServer\udrive\filezilla_server\'''basic''' provides support files for FileZilla FTPd “basic-mode” (portable) operation. | ||
{|cellspacing= | {|cellspacing="4" cellpadding="4" | ||
|-valign= | |-valign="top" style="background:#f5f5f5;" | ||
|'''fz_basic_start.bat''' | |'''fz_basic_start.bat''' | ||
||Run by “fz_start.bat” | ||Run by “fz_start.bat” | ||
Line 34: | Line 35: | ||
On detecting a virtual drives existence the drive letter is passed as a parameter to change_drive.pl on returning FileZilla is started. | On detecting a virtual drives existence the drive letter is passed as a parameter to change_drive.pl on returning FileZilla is started. | ||
|-valign= | |-valign="top" style="background:#f5f5f5;" | ||
|'''change_drive.pl''' | |'''change_drive.pl''' | ||
||This script receives a drive letter as parameter and replaces all drive letters in file | ||This script receives a drive letter as parameter and replaces all drive letters in file | ||
UniServer\udrive\filezilla_server\filezilla_server_portable\'''FileZilla Server.xml''' | UniServer\udrive\filezilla_server\filezilla_server_portable\'''FileZilla Server.xml''' | ||
|-valign= | |-valign="top" style="background:#f5f5f5;" | ||
|'''Server_Start.bat''' | |'''Server_Start.bat''' | ||
||Runs both Uniform Server and FileZilla Server - Replacement file | ||Runs both Uniform Server and FileZilla Server - Replacement file | ||
|-valign= | |-valign="top" style="background:#f5f5f5;" | ||
|'''Stop.bat''' | |'''Stop.bat''' | ||
||Stops both Uniform Server and FileZilla Server - Replacement file | ||Stops both Uniform Server and FileZilla Server - Replacement file | ||
Line 70: | Line 71: | ||
== Disk Root == | == Disk Root == | ||
A default installation adds the following batch files to folder '''UniServer\udrive''' providing independent control of FileZilla Server. | A default installation adds the following batch files to folder '''UniServer\udrive''' providing independent control of FileZilla Server. | ||
{|cellspacing= | {|cellspacing="4" cellpadding="4" | ||
|-valign= | |-valign="top" style="background:#f5f5f5;" | ||
|'''fz_start_usb.bat'''||- Start FileZilla server||- Runs file \filezilla_server\disk_root\fz_disk_root_start.bat | |'''fz_start_usb.bat'''||- Start FileZilla server||- Runs file \filezilla_server\disk_root\fz_disk_root_start.bat | ||
|-valign= | |-valign="top" style="background:#f5f5f5;" | ||
|'''fz_stop_usb.bat'''||- Stop FileZilla server||– Runs file \filezilla_server\filezilla_server_portable\zilla_stop.bat | |'''fz_stop_usb.bat'''||- Stop FileZilla server||– Runs file \filezilla_server\filezilla_server_portable\zilla_stop.bat | ||
|-valign= | |-valign="top" style="background:#f5f5f5;" | ||
|'''fz_admin_usb.bat'''||– Start FileZilla admin||– Runs file \filezilla_server\filezilla_server_portable\zilla_admin.bat | |'''fz_admin_usb.bat'''||– Start FileZilla admin||– Runs file \filezilla_server\filezilla_server_portable\zilla_admin.bat | ||
|} | |} | ||
Line 84: | Line 85: | ||
Contents of folder UniServer\udrive\filezilla_server\'''disk_root''' provides support files for FileZilla FTPd “disk-root mode” (portable/fixed) operation. | Contents of folder UniServer\udrive\filezilla_server\'''disk_root''' provides support files for FileZilla FTPd “disk-root mode” (portable/fixed) operation. | ||
{|cellspacing= | {|cellspacing="4" cellpadding="4" | ||
|-valign= | |-valign="top" style="background:#f5f5f5;" | ||
|'''fz_disk_root_start.bat''' | |'''fz_disk_root_start.bat''' | ||
||Run by “fz_start_usb.bat” | ||Run by “fz_start_usb.bat” | ||
Line 92: | Line 93: | ||
Drive letter is passed as a parameter to change_drive.pl on returning FileZilla is started. | Drive letter is passed as a parameter to change_drive.pl on returning FileZilla is started. | ||
|-valign= | |-valign="top" style="background:#f5f5f5;" | ||
|'''change_drive.pl''' | |'''change_drive.pl''' | ||
||This script receives a drive letter as parameter and replaces all drive letters in file | ||This script receives a drive letter as parameter and replaces all drive letters in file | ||
\filezilla_server\filezilla_server_portable\'''FileZilla Server.xml''' | \filezilla_server\filezilla_server_portable\'''FileZilla Server.xml''' | ||
|-valign= | |-valign="top" style="background:#f5f5f5;" | ||
|'''usb_server_start.bat''' | |'''usb_server_start.bat''' | ||
||Runs both Uniform Server and FileZilla Server - Replacement file | ||Runs both Uniform Server and FileZilla Server - Replacement file | ||
|-valign= | |-valign="top" style="background:#f5f5f5;" | ||
|'''usb_server_stop.bat''' | |'''usb_server_stop.bat''' | ||
||Stops both Uniform Server and FileZilla Server - Replacement file | ||Stops both Uniform Server and FileZilla Server - Replacement file | ||
Line 132: | Line 133: | ||
UniServer\udrive\filezilla_server\disk_root\fz_disk_root_start.bat | UniServer\udrive\filezilla_server\disk_root\fz_disk_root_start.bat | ||
Locate this line: | Locate this line: | ||
<pre>rem goto :END</pre> | |||
Remove the “rem” as shown below | Remove the “rem” as shown below | ||
<pre>goto :END</pre> | |||
This bypasses FileZilla’s configuration file update and removes the nag screen. | This bypasses FileZilla’s configuration file update and removes the nag screen. | ||
You can now assign any file on any drive to a user in addition save the certificate file to any folder of your choice. | You can now assign any file on any drive to a user in addition save the certificate file to any folder of your choice. | ||
Line 164: | Line 165: | ||
* Stop servers (run fz_service_uninstall.bat and Uninstall.bat) | * Stop servers (run fz_service_uninstall.bat and Uninstall.bat) | ||
* Edit '''Install.bat''' Add the three lines just above | * Edit '''Install.bat''' Add the three lines just above "rem === Get ..." as shown below. | ||
<pre> | |||
echo Installing FileZilla Service ... | echo Installing FileZilla Service ... | ||
start filezilla_server\filezilla_server_portable\zilla_service_start.bat | start filezilla_server\filezilla_server_portable\zilla_service_start.bat | ||
Line 171: | Line 172: | ||
rem === Get Apache executable file name | rem === Get Apache executable file name | ||
</pre> | |||
* Edit '''Uninstall.bat''' Add the three lines just below | * Edit '''Uninstall.bat''' Add the three lines just below "pushd %~dp0" as shown below. | ||
<pre> | |||
pushd %~dp0 | pushd %~dp0 | ||
Line 180: | Line 181: | ||
echo Uninstalling FileZilla server | echo Uninstalling FileZilla server | ||
start filezilla_server\filezilla_server_portable\zilla_service_stop.bat | start filezilla_server\filezilla_server_portable\zilla_service_stop.bat | ||
</pre> | |||
Delete files '''fz_service_install.bat''' and '''fz_service_uninstall.bat''' | Delete files '''fz_service_install.bat''' and '''fz_service_uninstall.bat''' | ||