Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

###############################################################################

# File name: UniServer FileZilla FTPd.txt


# Created By: The Uniform Server Development Team
# Edited Last By: Mike Gleaves (ric)
# V 1.0 22-11-2009
###############################################################################

Uniform Server - portable FileZilla server plugin


Plugin's core component are FileZilla Server V-0.9.33
with OpenSSL 0.9.8k libraries

-------
Install
-------
Download file USV5_FileZillaFTPd_1.0.exe from Sourceforge
Save the file to folder UniServer
Double click on file to install.

OR

Download file USV5_FileZillaFTPd_1.0.zip from Sourceforge


Save to any folder
Extract files, navigate to folder USV5_FileZillaFTPd_1.0
Copy its entire contents to Uniform Server folder UniServer

-----------------
Default operation
-----------------

Default instalation provides independent control of both UniServer and


FileZilla servers. Portable operation is supported and ready to go.
Running as a service or standard program in static mode requires a few
manual steps to implement covered later.

----------------
Portable - Mode
----------------

A default installation adds the following batch files to folder UniServer


providing independent control of FileZilla.

fz_start.bat - Start FileZilla server - Runs file


UniServer\filezilla_server\portable\fzp_start.bat
Note: This file runs fzp_start.php which rewrites paths
in configuration file FileZilla Server.xml

fz_stop.bat - Stop FileZilla server � Runs file


UniServer\filezilla_server\filezilla_ftpd\zilla_stop.bat

fz_admin.bat � Start FileZilla admin � Runs file


UniServer\filezilla_server\filezilla_ftpd\zilla_admin.bat

Restrictions:
1) When assigning folders always use UniServer you can assign any folder
within this folder

2) When creating a FileZilla Server certificate save to the following folder:


UniServer\\filezilla_serve
Above restrictions are to maintain portability.

-------------
Static - Mode
-------------

Static mode assumes you are not going to move either server. Installation of
both Uniform Server and FileZilla are fixed. This has the advantage that no
restrictions are placed on FileZilla meaning you can allocate any folder on
any drive that you wish to serve.

In addition you can run FileZilla either as a standard program


or as a service.

You can run either of the above modes directly using batch files in folder
UniServer\filezilla_server\filezilla_ftpd
However for convenience you can use pre-configured files and copy them to
folder UniServer as follows:

--------------------------------
Static - Mode - Standard Program
--------------------------------

Copy the following three files (fz_start.bat, fz_stop.bat and fz_admin.bat)


from folder UniServer\filezilla_server\options\static_standard_program
to UniServer and allow overwriting. They perform the following functions:

fz_start.bat - Start FileZilla server - Runs file


UniServer\filezilla_server\filezilla_ftpd\zilla_start.bat

fz_stop.bat - Stop FileZilla server � Runs file


UniServer\filezilla_server\filezilla_ftpd\zilla_stop.bat

fz_admin.bat � Start FileZilla admin � Runs file


UniServer\filezilla_server\filezilla_ftpd\zilla_admin.bat

-----------------------
Static - Mode - Service
-----------------------

Copy the following three files (fz_start.bat, fz_stop.bat and fz_admin.bat)


from folder UniServer\filezilla_server\options\static_service
to UniServer and allow overwriting. They perform the following functions:

fz_start.bat - Start FileZilla server as a service - Runs file

UniServer\filezilla_server\filezilla_ftpd\zilla_service_start.bat

fz_stop.bat - Stop FileZilla server service � Runs file


UniServer\filezilla_server\filezilla_ftpd\zilla_service_stop.bat

fz_admin.bat � Start FileZilla admin � Runs file


UniServer\filezilla_server\filezilla_ftpd\zilla_admin.bat

-------
UniTray
-------
An alternative to batch files is to use UniTray to contol FileZilla.
Pre-configured files found in folder:

UniServer\filezilla_server\unitray_language

Choose appropriate language and copy the file UniTray1.ini to folder

UniServer\unicon\tray_menu.

-------------
General Notes
-------------

Full details can be found on Uniform Servers's Wiki


http://wiki.uniformserver.com/index.php/FileZilla_Server3:_Introduction

--- END ---

You might also like