FileZilla Server: Download and support: Difference between revisions
FileZilla Server: Download and support (view source)
Revision as of 01:17, 24 November 2010
, 24 November 2010no edit summary
m (Protected "FileZilla Server: Download and support" [edit=sysop:move=sysop]) |
Upazixorys (talk | contribs) No edit summary |
||
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 29: | Line 30: | ||
=== 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 73: | Line 74: | ||
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 93: | Line 94: | ||
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 103: | Line 104: | ||
'''''Server_Start.bat''''' | '''''Server_Start.bat''''' | ||
<pre> | |||
%Disk%: | %Disk%: | ||
IF NOT EXIST %Disk%:\NUL GOTO :next | IF NOT EXIST %Disk%:\NUL GOTO :next | ||
Line 116: | Line 117: | ||
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 122: | Line 123: | ||
'''''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 130: | Line 131: | ||
rem Stop Apache indirectly stops MySQL | rem Stop Apache indirectly stops MySQL | ||
</pre> | |||
''' | ''' | ||
''Note'':''' | ''Note'':''' |