FileZilla Server: Download and support: Difference between revisions

mNo edit summary
m Reverted edits by Upazixorys (Talk); changed back to last version by Ric
 
(7 intermediate revisions by 2 users not shown)
Line 104: Line 104:
'''''Server_Start.bat'''''
'''''Server_Start.bat'''''
<pre>
<pre>
udrive\home\admin\program\unidelay.exe
%Disk%:
IF NOT EXIST %Disk%:\NUL GOTO :next


:### New for FileZilla Server ##################################
:### New for FileZilla Server ##################################
rem Update FileZilla drive letter  
rem Update FileZilla drive letter  
CALL udrive\filezilla_server\change_drive_letter.bat %Disk%
CALL \filezilla_server\change_drive_letter.bat %Disk%
rem Start FileZilla Server  
rem Start FileZilla Server  
CALL udrive\filezilla_server\filezilla_start.bat
CALL \filezilla_server\filezilla_start.bat
:###############################################################
:###############################################################


%Disk%:
rem ### Drive was created. Create variables for paths and programs
set apachepath=\usr\local\apache2\
</pre>
</pre>
'''''Note'':''' '''udrive''' has been removed from the CALL lines as shown.


'''''Stop.bat'''''
'''''Stop.bat'''''
Line 138: Line 142:


'''''[[#top | Top]]'''''
'''''[[#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]]'''''
----
----


Line 149: Line 164:
[[Category: User Made|Tutorials]]
[[Category: User Made|Tutorials]]
[[Category: How To]]
[[Category: How To]]
[[Category: Uniform Server 4.0-Mona]]