New package for filezilla server based on filezilla client
This commit is contained in:
@@ -31,10 +31,10 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
;$ProductId$ should be the name of the product in opsi
|
||||
; therefore please: only lower letters, no umlauts,
|
||||
; no white space use '-' as a seperator
|
||||
Set $ProductId$ = "filezilla.filezilla"
|
||||
Set $ProductId$ = "filezilla.server"
|
||||
Set $MinimumSpace$ = "20 MB"
|
||||
; the path were we find the product after the installation
|
||||
Set $InstallDir$ = "%ProgramFiles32Dir%\FileZilla FTP Client"
|
||||
Set $InstallDir$ = "%ProgramFiles32Dir%\FileZilla FTP Server"
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
if not(HasMinimumSpace ("%SystemDrive%", $MinimumSpace$))
|
||||
|
||||
@@ -27,8 +27,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; ----------------------------------------------------------------
|
||||
; - Please edit the following values -
|
||||
; ----------------------------------------------------------------
|
||||
Set $ProductId$ = "filezilla.filezilla"
|
||||
Set $InstallDir$ = "%ProgramFiles32Dir%\FileZilla FTP Client"
|
||||
Set $ProductId$ = "filezilla.server"
|
||||
Set $InstallDir$ = "%ProgramFiles32Dir%\FileZilla FTP Server"
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user