FileZilla Server: Download and support: Difference between revisions
m Protected "FileZilla Server: Download and support" [edit=sysop:move=sysop] |
m Reverted edits by Upazixorys (Talk); changed back to last version by Ric |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 96: | Line 96: | ||
'''''[[#top | Top]]''''' | '''''[[#top | Top]]''''' | ||
== Uniform Server 4.0-Mona Update == | |||
The batch files for Uniform Server 4.0-Mona have changed significantly however the lines of code to run FileZilla Server remain unchanged. | |||
Their location in these two batch files '''Server_Start.bat''' and '''Stop.bat''' are as follows: | |||
(Place the code blocks between the lines shown.) | |||
'''''Server_Start.bat''''' | |||
<pre> | |||
%Disk%: | |||
IF NOT EXIST %Disk%:\NUL GOTO :next | |||
:### New for FileZilla Server ################################## | |||
rem Update FileZilla drive letter | |||
CALL \filezilla_server\change_drive_letter.bat %Disk% | |||
rem Start FileZilla Server | |||
CALL \filezilla_server\filezilla_start.bat | |||
:############################################################### | |||
rem ### Drive was created. Create variables for paths and programs | |||
set apachepath=\usr\local\apache2\ | |||
</pre> | |||
'''''Note'':''' '''udrive''' has been removed from the CALL lines as shown. | |||
'''''Stop.bat''''' | |||
<pre> | |||
if exist udrive\usr\local\apache2\logs\drive.txt del udrive\usr\local\apache2\logs\drive.txt | |||
:### New for FileZilla Server################## | |||
CALL udrive\filezilla_server\filezilla_stop.bat | |||
:############################################## | |||
rem Stop Apache indirectly stops MySQL | |||
</pre> | |||
''' | |||
''Note'':''' | |||
Copy over '''libeay32.dll''' and '''ssleay32.dll''' | |||
From folder: UniServer\udrive\plugins\key_cert_gen\gen | |||
To: UniServer\udrive\filezilla_server | |||
Then create a new certificate. The above are the latest libraries hence its important to use them. | |||
'''''[[#top | Top]]''''' | |||
== Uniform Server 4.1-Mona New == | |||
Although you can use the 3.5 FileZilla plugin on Uniform Server 4.*-Mona as mentioned above it is recommended you download and use the new '''uniserver_filezilla_ftpd.exe''' plugin. | |||
'''''The new plugin'':''' | |||
* Incorporates the latest version of FileZilla | |||
* Latest version of SSL. | |||
* Supports Uniform Servers's installation modes | |||
* New Wiki write-up to support new plugin | |||
Full download and installation details are found on '''[[FileZilla Server2: Introduction | this page]]''' including Wiki write-up | |||
'''''[[#top | Top]]''''' | |||
---- | ---- | ||