FileZilla Server: Download and support: Difference between revisions

m
Reverted edits by Upazixorys (Talk); changed back to last version by Ric
No edit summary
m (Reverted edits by Upazixorys (Talk); changed back to last version by Ric)
 
Line 1: Line 1:
=[http://edojalys.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]=
{{Uc nav FileZilla Server}}
{{Uc nav FileZilla Server}}
'''''Introduction'''''
'''''Introduction'''''
Line 30: Line 29:
=== read_me.txt ===
=== read_me.txt ===
The download includes this read-me file it provides information for installing the server and default passwords and names.  
The download includes this read-me file it provides information for installing the server and default passwords and names.  
<pre>
<pre>
General notes:
General notes:


Line 74: Line 73:


2) File filezilla_admin.bat provides independent control of the interface.
2) File filezilla_admin.bat provides independent control of the interface.
Double click to start the administration interface. To stop use the program's File &gt; exit.
Double click to start the administration interface. To stop use the program's File > exit.


Connect to server (Admin)
Connect to server (Admin)
Line 94: Line 93:


Also either delete user fred or create a new password. The downloaded password is compromised for this user.
Also either delete user fred or create a new password. The downloaded password is compromised for this user.
&lt;/pre&gt;
</pre>


'''''[[#top | Top]]'''''
'''''[[#top | Top]]'''''
Line 104: Line 103:


'''''Server_Start.bat'''''
'''''Server_Start.bat'''''
&lt;pre&gt;
<pre>
%Disk%:  
%Disk%:  
IF NOT EXIST %Disk%:\NUL GOTO :next
IF NOT EXIST %Disk%:\NUL GOTO :next
Line 117: Line 116:
rem ### Drive was created. Create variables for paths and programs  
rem ### Drive was created. Create variables for paths and programs  
set apachepath=\usr\local\apache2\
set apachepath=\usr\local\apache2\
&lt;/pre&gt;
</pre>


'''''Note'':''' '''udrive''' has been removed from the CALL lines as shown.
'''''Note'':''' '''udrive''' has been removed from the CALL lines as shown.
Line 123: Line 122:
'''''Stop.bat'''''
'''''Stop.bat'''''


&lt;pre&gt;
<pre>
if exist udrive\usr\local\apache2\logs\drive.txt del udrive\usr\local\apache2\logs\drive.txt
if exist udrive\usr\local\apache2\logs\drive.txt del udrive\usr\local\apache2\logs\drive.txt


Line 131: Line 130:


rem Stop Apache indirectly stops MySQL
rem Stop Apache indirectly stops MySQL
&lt;/pre&gt;
</pre>
'''
'''
''Note'':'''  
''Note'':'''