1,478
edits
m (Protected "FileZilla Server: Download and support" [edit=sysop:move=sysop]) |
mNo edit summary |
||
Line 94: | 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> | </pre> | ||
'''''[[#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> | |||
udrive\home\admin\program\unidelay.exe | |||
:### New for FileZilla Server ################################## | |||
rem Update FileZilla drive letter | |||
CALL udrive\filezilla_server\change_drive_letter.bat %Disk% | |||
rem Start FileZilla Server | |||
CALL udrive\filezilla_server\filezilla_start.bat | |||
:############################################################### | |||
%Disk%: | |||
</pre> | |||
'''''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]]''''' | '''''[[#top | Top]]''''' | ||
Line 107: | Line 149: | ||
[[Category: User Made|Tutorials]] | [[Category: User Made|Tutorials]] | ||
[[Category: How To]] | [[Category: How To]] | ||
[[Category: Uniform Server 4.0-Mona]] |