FileZilla Server: Download and support: Difference between revisions
FileZilla Server: Download and support (view source)
Revision as of 08:18, 24 November 2010
, 24 November 2010Reverted edits by Upazixorys (Talk); changed back to last version by Ric
Upazixorys (talk | contribs) No edit summary |
m (Reverted edits by Upazixorys (Talk); changed back to last version by Ric) |
||
Line 1: | Line 1: | ||
{{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> | |||
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 | 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. | ||
</pre> | |||
'''''[[#top | Top]]''''' | '''''[[#top | Top]]''''' | ||
Line 104: | Line 103: | ||
'''''Server_Start.bat''''' | '''''Server_Start.bat''''' | ||
<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\ | ||
</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''''' | ||
<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 | ||
</pre> | |||
''' | ''' | ||
''Note'':''' | ''Note'':''' |