LvpWdm.inf Driver File Contents (Easylon-WDM_V6.0.1323.exe)

; Installation file for lvpwdm driver
; LpuWdm.INF for Windows 98/ME/2000/XP/Vista/Vista64
; Copyright (C) 2002-2007 by Gesytec GmbH
; All rights reserved

[Version]
CatalogFile.nt=lvpwdm.cat
Signature=$CHICAGO$
Class=EasyLon
ClassGuid={83DEAF30-A361-11d4-8B02-00609735622E}
Provider=%MFGNAME%
DriverVer=03/15/2007,3.04.0.2

[Manufacturer]
%MFGNAME%=DeviceList, NTamd64

[DestinationDirs]
DefaultDestDir=10,System32\Drivers
DriverCopyFiles = 10,System32\Drivers
ClassCopyFiles.9x=11
ClassCopyFiles.NT=11
SystemCopyFiles.NT=11
CoInstaller_CopyFiles=11


[SourceDisksFiles]
; filename_on_source = diskID[, [subdir][, size]]
wdmstub.sys=1
lvpwdm.sys=1
LpxCls.dll=1
LPXCLS16.DLL=1
lpxvdd.dll=1
LPXDOS.EXE=1

[SourceDisksFiles.amd64]
; filename_on_source = diskID[, [subdir][, size]]
lvpwdm.sys=1,amd64
LpxCls.dll=1,amd64


[SourceDisksNames]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%INSTDISK%,,,

[DeviceList]
%DESCRIPTION_LV4%=DrvInst_LV4,	*LV40101
%DESCRIPTION_LVP0%=DrvInst_LVP,   PCI\VEN_1555&DEV_0004&SUBSYS_00041555&REV_00, PCI\VEN_1555&DEV_0004&REV_00
%DESCRIPTION_LVP1%=DrvInst_LVP,   PCI\VEN_1555&DEV_0004&SUBSYS_00041555&REV_01, PCI\VEN_1555&DEV_0004&REV_01
%DESCRIPTION_LVP2%=DrvInst_LVP,   PCI\VEN_1555&DEV_0004&SUBSYS_00041555&REV_02, PCI\VEN_1555&DEV_0004&REV_02
%DESCRIPTION_LVP2%=DrvInst_LVP,   PCI\VEN_1555&DEV_0004&SUBSYS_00041555&REV_03, PCI\VEN_1555&DEV_0004&REV_03
%DESCRIPTION_MIP%=Child_Mip,		*LVP_MIP0001
%DESCRIPTION_VNI%=Child_Vni,		*LVP_VNI0001
; Enable following line for PRODUCTION_TEST
;%DESCRIPTION_PLX9030%=DrvInst_LVP,PCI\VEN_10B5&DEV_9030&SUBSYS_00000000&REV_0A, PCI\VEN_10B5&DEV_9030&REV_0A

[DeviceList.NTamd64]
%DESCRIPTION_LV4%=DrvInst_LV4.amd64,	*LV40101
%DESCRIPTION_LVP0%=DrvInst_LVP.amd64,   PCI\VEN_1555&DEV_0004&SUBSYS_00041555&REV_00, PCI\VEN_1555&DEV_0004&REV_00
%DESCRIPTION_LVP1%=DrvInst_LVP.amd64,   PCI\VEN_1555&DEV_0004&SUBSYS_00041555&REV_01, PCI\VEN_1555&DEV_0004&REV_01
%DESCRIPTION_LVP2%=DrvInst_LVP.amd64,   PCI\VEN_1555&DEV_0004&SUBSYS_00041555&REV_02, PCI\VEN_1555&DEV_0004&REV_02
%DESCRIPTION_LVP2%=DrvInst_LVP.amd64,   PCI\VEN_1555&DEV_0004&SUBSYS_00041555&REV_03, PCI\VEN_1555&DEV_0004&REV_03
%DESCRIPTION_MIP%=Child_Mip.amd64,		*LVP_MIP0001
%DESCRIPTION_VNI%=Child_Vni.amd64,		*LVP_VNI0001
; Enable following line for PRODUCTION_TEST
;%DESCRIPTION_PLX9030%=DrvInst_LVP.amd64,PCI\VEN_10B5&DEV_9030&SUBSYS_00000000&REV_0A, PCI\VEN_10B5&DEV_9030&REV_0A

[ControlFlags]
ExcludeFromSelect=*LVP_MIP0001,*LVP_VNI0001

;---------------------------------------------------------------;
; The .Det sections are added to the devnode at detection time
; only.  The PreCopySection is simply setting the NoSetupUI
; flag so that the critical pieces (such as logical
; configurations) are in place at the time the device is started
; during first boot.
;---------------------------------------------------------------;

[PreCopySection]
HKR,,NoSetupUI,,1
HKR,,SilentInstall,,1

[*LV40101.Det]
AddReg=PreCopySection

[*LVP_MIP0001.Det]
AddReg=PreCopySection

[*LVP_VNI0001.Det]
AddReg=PreCopySection


;------------------------------------------------------------------------------
;  Preinstall Class section
;------------------------------------------------------------------------------
[DefaultInstall]
AddReg=FastUpdReg.9x    ;ClassAddReg nicht wegen HKR
CopyFiles=ClassCopyFiles.9x

[DefaultInstall.ntx86]
AddReg=CoInstaller_AddReg,FastUpdReg.NT
Copyfiles=CoInstaller_CopyFiles

[DefaultInstall.ntamd64]
AddReg=CoInstaller_AddReg,FastUpdReg.amd64
Copyfiles=CoInstaller_CopyFiles

[FastUpdReg.9x]
HKLM,%RunOnceSetupKeyname%,"Installing Device...",,"%01%\FastUpd.exe %01%\LvpWdm.INF"

[FastUpdReg.NT]
HKLM,%RunOnceKeyname%,"Installing Device...",,"%01%\FastUpd.exe %01%\LvpWdm.INF"

[FastUpdReg.amd64]
HKLM,%RunOnceKeyname%,"Installing Device...",,"%01%\FastUpd64.exe %01%\LvpWdm.INF"
;------------------------------------------------------------------------------
;  Coinstaller installation
;------------------------------------------------------------------------------
;! Warning:                                                                   !
;! Section names should have no more than 31 characters (Win9x)               !
;------------------------------------------------------------------------------
[DrvInst_LV4.amd64.CoInstallers]
AddReg=CoInstaller_AddReg
CopyFiles=CoInstaller_CopyFiles

[DrvInst_LVP.amd64.CoInstallers]
AddReg=CoInstaller_AddReg
CopyFiles=CoInstaller_CopyFiles

[Child_Mip.amd64.CoInstallers]
AddReg=CoInstaller_AddReg

[Child_Vni.amd64.CoInstallers]
AddReg=CoInstaller_AddReg

[DrvInst_LV4.NT.CoInstallers]
AddReg=CoInstaller_AddReg
CopyFiles=CoInstaller_CopyFiles

[DrvInst_LVP.NT.CoInstallers]
AddReg=CoInstaller_AddReg
CopyFiles=CoInstaller_CopyFiles

[Child_Mip.NT.CoInstallers]
AddReg=CoInstaller_AddReg

[Child_Vni.NT.CoInstallers]
AddReg=CoInstaller_AddReg




[CoInstaller_CopyFiles]
LpxCls.dll,,,0x4060

[CoInstaller_AddReg]
HKLM,%ClassBaseKeyname%%ClassGuid%,Icon,,101
HKLM,%ClassBaseKeyname%%ClassGuid%,IconPath,0x10000, "%11%\LpxCls.dll,101"	;REG_MULTI_SZ
HKLM,%ClassBaseKeyname%%ClassGuid%,Installer32,,"LpxCls.dll,EasylonClassInstaller"

[MySection]
MySpecialFlag


;------------------------------------------------------------------------------
;  Class section
;------------------------------------------------------------------------------
[ClassInstall]
Addreg=LonClassReg,PreCopySection

[ClassInstall32]
Addreg=LonClassReg,PreCopySection
CopyFiles=ClassCopyFiles.NT

[LonClassReg]
HKR,,,0,%LonClass%
HKR,,Icon,,101
HKR,,Installer,,"LpxCls16.dll,EasylonClassInstaller"
HKR,,Installer32,,"LpxCls.dll,EasylonClassInstaller"

[ClassCopyFiles.NT]
LpxCls.dll,,,0x4060

[ClassCopyFiles.9x]
LPXCLS16.DLL,,,2


;------------------------------------------------------------------------------
;  Windows 2000 and 98 Sections
;------------------------------------------------------------------------------

;===========================================================================================================
[Params.Default]
; Enable following line, if you have ever one interface and you want to get the same interface name "Base"
;HKR, ,									AdapterName,    2, "Base"		;2=FLG_ADDREG_NOCLOBBER
;HKR, ,									NoOfVni,        2, "0"
;HKR, ,									NoOfMip,        2, "1"

[Params.Default.Child.Mip]
; Enable following line, if you have ever one interface and you want to get the same interface name "Mip"
;HKR, ,									AdapterName,    2, "Mip"
;HKR, ,									NoOfParTran,    2, "1"

[Params.Default.Child.Vni]
; Enable following line, if you have ever one interface and you want to get the same interface name "Vni"
;HKR, ,									AdapterName,    2, "Vni"
;===========================================================================================================


[Params]
HKR, Ndi\params\PowerSaving,            ParamDesc,       0, "Permitted Power Saving"
HKR, Ndi\params\PowerSaving,            type,            0, "enum"
HKR, Ndi\params\PowerSaving,            default,         0, "5"
HKR, Ndi\params\PowerSaving,            ,                0, "5"
HKR, Ndi\params\PowerSaving\enum,       5,               0, " Hibernate"
; PowerSystemHibernate=5
HKR, Ndi\params\PowerSaving\enum,       4,               0, " Standby - S3"
HKR, Ndi\params\PowerSaving\enum,       3,               0, " Standby - S2"
HKR, Ndi\params\PowerSaving\enum,       2,               0, " Standby - S1"
; PowerSystemSleeping1=2
; PowerSystemSleeping3=4
HKR, Ndi\params\PowerSaving\enum,       1,               0, "None"
; PowerSystemWorking=1

HKR, Ndi\params\DebugFlag,           ParamDesc,      0, "Debug Flag"
HKR, Ndi\params\DebugFlag,           type,           0, "dword"
HKR, Ndi\params\DebugFlag,           LimitText,      0, "8"
HKR, Ndi\params\DebugFlag,           Base,           0, "16"
HKR, Ndi\params\DebugFlag,           UpperCase,      0, "1"
HKR, Ndi\params\DebugFlag,           default,        0, "0"
HKR, Ndi\params\DebugFlag,           optional,       0, "1"

HKR, Ndi\params\NoOfVni,           ParamDesc,      0, "Number of VNI-Interfaces"
HKR, Ndi\params\NoOfVni,           type,           0, "word"
HKR, Ndi\params\NoOfVni,           LimitText,      0, "1"
HKR, Ndi\params\NoOfVni,           Base,           0, "10"
HKR, Ndi\params\NoOfVni,           Min,            0, "0"
HKR, Ndi\params\NoOfVni,           Max,            0, "8"
HKR, Ndi\params\NoOfVni,           UpperCase,      0, "1"
HKR, Ndi\params\NoOfVni,           default,        0, "1"
HKR, Ndi\params\NoOfVni,           optional,       0, "0"
;HKR, ,                             NoOfVni,        0, "1"

HKR, Ndi\params\NoOfMip,           ParamDesc,      0, "Number of Mip-Interfaces"
HKR, Ndi\params\NoOfMip,           type,           0, "word"
HKR, Ndi\params\NoOfMip,           LimitText,      0, "1"
HKR, Ndi\params\NoOfMip,           Base,           0, "10"
HKR, Ndi\params\NoOfMip,           Min,            0, "0"
HKR, Ndi\params\NoOfMip,           Max,            0, "8"
HKR, Ndi\params\NoOfMip,           UpperCase,      0, "1"
HKR, Ndi\params\NoOfMip,           default,        0, "2"
HKR, Ndi\params\NoOfMip,           optional,       0, "0"
;HKR, ,                             NoOfMip,        0, "2"

[Params.Child]
;HKR, Ndi\params\Adapter,                ParamDesc,       0, " Lon Adapter"
;HKR, Ndi\params\Adapter,                type,            0, "enum"
;HKR, Ndi\params\Adapter,                default,         0, " "
;HKR, Ndi\params\Adapter,                optional,        0, 1
;HKR, Ndi\params\Adapter\enum,           LON1,            0, "LON1"
;HKR, Ndi\params\Adapter\enum,           LON2,            0, "LON2"
;HKR, Ndi\params\Adapter\enum,           LON3,            0, "LON3"
;HKR, Ndi\params\Adapter\enum,           LON4,            0, "LON4"
;HKR, Ndi\params\Adapter\enum,           LON5,            0, "LON5"
;HKR, Ndi\params\Adapter\enum,           LON6,            0, "LON6"
;HKR, Ndi\params\Adapter\enum,           LON7,            0, "LON7"
;HKR, Ndi\params\Adapter\enum,           LON8,            0, "LON8"
;HKR, Ndi\params\Adapter\enum,           LON9,            0, "LON9"

HKR, Ndi\params\AdapterName,           ParamDesc,      0, "Adapter Name"
HKR, Ndi\params\AdapterName,           type,           0, "edit"
HKR, Ndi\params\AdapterName,           LimitText,      0, "64"
HKR, Ndi\params\AdapterName,           UpperCase,      0, "0"
HKR, Ndi\params\AdapterName,           default,        0, " "
HKR, Ndi\params\AdapterName,           optional,       0, "1"

HKR, Ndi\params\DebugFlag,           ParamDesc,      0, "Debug Flag"
HKR, Ndi\params\DebugFlag,           type,           0, "dword"
HKR, Ndi\params\DebugFlag,           LimitText,      0, "8"
HKR, Ndi\params\DebugFlag,           Base,           0, "16"
HKR, Ndi\params\DebugFlag,           UpperCase,      0, "1"
HKR, Ndi\params\DebugFlag,           default,        0, "0"
HKR, Ndi\params\DebugFlag,           optional,       0, "1"

[Params.Child.Mip]
HKR, Ndi\params\NoOfParTran,            ParamDesc,       0, "No of Parallel Transactions"
HKR, Ndi\params\NoOfParTran,            type,            0, "enum"
HKR, Ndi\params\NoOfParTran,            default,         0, "16"
HKR, Ndi\params\NoOfParTran,            ,                0, "16"
HKR, Ndi\params\NoOfParTran\enum,       1,               0, "1"
HKR, Ndi\params\NoOfParTran\enum,       16,              0, "16"


;------------------------------------------------------------------------------
[DriverCopyFiles]
lvpwdm.sys,,,2

[DriverService]
ServiceType    = 1              ; SERVICE_KERNEL_DRIVER
StartType      = 3              ; SERVICE_DEMAND_START
ErrorControl   = 1              ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\system32\drivers\lvpwdm.sys


[DriverHwAddReg]
;HKR,,FriendlyName,,%FRIENDLYNAME%
HKR,,UpdateInfo,,%UpdateInfo%


[Lpc.LC0]
ConfigPriority=DESIRED
IOConfig=300-33f(ffff::)  ; 16 bit decode ranging from 300 - 33f
IRQConfig       = 5

[Lpc.LC1]
ConfigPriority=NORMAL
IOConfig=40@0-3ff%3fC0(ffff::) ; 40h ports starting anywhere between 0 and 3c0
IRQConfig       = 3,5,7,9,10,11,12,15

[Lpc.LC2]
ConfigPriority=SUBOPTIMAL
IOConfig=40@400-3fff%3fC0(ffff::) ; 40h ports starting anywhere between 400 and 3fc0
IRQConfig       = 3,5,7,9,10,11,12,15


;------------------------------------------------------------------------------
;  Windows 64 Sections
;------------------------------------------------------------------------------

[SystemCopyFiles.amd64]

[ClassAddReg.amd64]


HKR,,EnumPropPages32,,"NetCfgx.dll,NetPropPageProvider"
;HKR,,EnumPropPages32,,"lpxcls.dll,EnumPropPages"

[LpxAddReg.amd64]
;HKLM,%RunOnceKeyname%,"Easylon LPX Tools...",,"%01%\..\lpx\Setup.exe %01%\..\lpx\LPX.INF"

;------------------------------------------------------------------------------
[DrvInst_LV4.amd64]
AddReg=ClassAddReg.NT,LpxAddReg.amd64,Params,Params.Default
CopyFiles=DriverCopyFiles,SystemCopyFiles.amd64

[DrvInst_LV4.amd64.Services]
AddService=LVPWDM,0x00000002,DriverService      ; SPSVCINST_ASSOCSERVICE

[DrvInst_LV4.amd64.hw]
AddReg=DriverHwAddReg
;------------------------------------------------------------------------------
[DrvInst_LVP.amd64]
AddReg=ClassAddReg.NT,LpxAddReg.amd64,Params,Params.Default
CopyFiles=DriverCopyFiles,SystemCopyFiles.amd64

[DrvInst_LVP.amd64.Services]
AddService=LVPWDM,0x00000002,DriverService      ; SPSVCINST_ASSOCSERVICE

[DrvInst_LVP.amd64.hw]
AddReg=DriverHwAddReg
;------------------------------------------------------------------------------
[Child_Mip.amd64]
AddReg=ClassAddReg.NT,Params.Child,Params.Child.Mip,Params.Default.Child.Mip

[Child_Mip.amd64.Services]
AddService=LVPWDM,0x00000002,DriverService      ; SPSVCINST_ASSOCSERVICE

[Child_Mip.amd64.hw]
AddReg=DriverHwAddReg
;------------------------------------------------------------------------------
[Child_Vni.amd64]
AddReg=ClassAddReg.NT,Params.Child,Params.Default.Child.Vni

[Child_Vni.amd64.Services]
AddService=LVPWDM,0x00000002,DriverService      ; SPSVCINST_ASSOCSERVICE

[Child_Vni.amd64.hw]
AddReg=DriverHwAddReg
;------------------------------------------------------------------------------

;------------------------------------------------------------------------------
;  Windows 2000 Sections
;------------------------------------------------------------------------------

[SystemCopyFiles.NT]
lpxvdd.dll,,,2
LPXDOS.EXE,,,2

[ClassAddReg.NT]
HKR,,EnumPropPages32,,"NetCfgx.dll,NetPropPageProvider"
;HKR,,EnumPropPages32,,"lpxcls.dll,EnumPropPages"

[LpxAddReg.NT]
;HKLM,%RunOnceKeyname%,"Easylon LPX Tools...",,"%01%\..\lpx\Setup.exe %01%\..\lpx\LPX.INF"

;------------------------------------------------------------------------------
[DrvInst_LV4.NT]
AddReg=ClassAddReg.NT,LpxAddReg.NT,Params,Params.Default
CopyFiles=DriverCopyFiles,SystemCopyFiles.NT
LogConfig=Lpc.LC0, Lpc.LC1, Lpc.LC2

[DrvInst_LV4.NT.Services]
AddService=LVPWDM,0x00000002,DriverService      ; SPSVCINST_ASSOCSERVICE

[DrvInst_LV4.nt.hw]
AddReg=DriverHwAddReg

;------------------------------------------------------------------------------
[DrvInst_LVP.NT]
AddReg=ClassAddReg.NT,LpxAddReg.NT,Params,Params.Default
CopyFiles=DriverCopyFiles,SystemCopyFiles.NT

[DrvInst_LVP.NT.Services]
AddService=LVPWDM,0x00000002,DriverService      ; SPSVCINST_ASSOCSERVICE

[DrvInst_LVP.nt.hw]
AddReg=DriverHwAddReg

;------------------------------------------------------------------------------
[Child_Mip.nt]
AddReg=ClassAddReg.NT,Params.Child,Params.Child.Mip,Params.Default.Child.Mip

[Child_Mip.nt.Services]
AddService=LVPWDM,0x00000002,DriverService      ; SPSVCINST_ASSOCSERVICE

[Child_Mip.nt.hw]
AddReg=DriverHwAddReg
;------------------------------------------------------------------------------
[Child_Vni.nt]
AddReg=ClassAddReg.NT,Params.Child,Params.Default.Child.Vni

[Child_Vni.nt.Services]
AddService=LVPWDM,0x00000002,DriverService      ; SPSVCINST_ASSOCSERVICE

[Child_Vni.nt.hw]
AddReg=DriverHwAddReg
;------------------------------------------------------------------------------


;------------------------------------------------------------------------------
;  Windows 98 Sections
;------------------------------------------------------------------------------

[StubCopyFiles]
wdmstub.sys,,,2

[DriverAddReg.9x]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,"wdmstub.sys,lvpwdm.sys"

[ClassAddReg]
HKLM,%ClassKeyname9x%,Icon,,102
HKLM,%ClassKeyname9x%,Installer,,"LpxCls16.dll,EasylonClassInstaller"
HKR,,EnumPropPages,,"LPXCLS16.DLL,EnumPropPages"

[LpxAddReg.9x]
;HKLM,%RunOnceSetupKeyname%,"Easylon LPX Tools...",,"%01%\..\lpx\Setup.exe %01%\..\lpx\LPX.INF"


;------------------------------------------------------------------------------
[DrvInst_LV4]
AddReg=ClassAddReg,LpxAddReg.9x,DriverAddReg.9x,Params,Params.Default
CopyFiles=StubCopyFiles,DriverCopyFiles,ClassCopyFiles.9x
LogConfig=Lpc.LC0, Lpc.LC1, Lpc.LC2

[DrvInst_LV4.HW]
AddReg=DriverHwAddReg
;------------------------------------------------------------------------------

[DrvInst_LVP]
AddReg=ClassAddReg,LpxAddReg.9x,DriverAddReg.9x,Params,Params.Default
CopyFiles=StubCopyFiles,DriverCopyFiles,ClassCopyFiles.9x

[DrvInst_LVP.HW]
AddReg=DriverHwAddReg

;------------------------------------------------------------------------------
[Child_Mip]
AddReg=ClassAddReg,DriverAddReg.9x,Params.Child,Params.Child.Mip,Params.Default.Child.Mip

[Child_Mip.HW]
AddReg=DriverHwAddReg
;------------------------------------------------------------------------------
[Child_Vni]
AddReg=ClassAddReg,DriverAddReg.9x,Params.Child,Params.Default.Child.Vni

[Child_Vni.HW]
AddReg=DriverHwAddReg
;------------------------------------------------------------------------------


;------------------------------------------------------------------------------
;  String Definitions
;------------------------------------------------------------------------------

[Strings]
RunKeyname="SOFTWARE\Microsoft\Windows\CurrentVersion\Run\"
RunOnceKeyname="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce\"
RunOnceSetupKeyname="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce\Setup\"
ClassBaseKeyname="SYSTEM\CurrentControlSet\Control\Class\"
ClassKeyname9x="SYSTEM\CurrentControlSet\Services\Class\Easylon\"

MFGNAME="Gesytec GmbH"
LonClass = "LON Adapters"
ClassGuid={83DEAF30-A361-11d4-8B02-00609735622E}
INSTDISK="Easylon Driver Disk"
DESCRIPTION_LV4="Gesytec LV4 EIA-709 WDM Driver PC-104"
DESCRIPTION_LVP0="Gesytec LVP EIA-709 WDM Driver PCI (small FPGA)"
DESCRIPTION_LVP1="Gesytec LVP EIA-709 WDM Driver PCI (big FPGA)"
DESCRIPTION_LVP2="Gesytec LVP EIA-709 WDM Driver PCI (big FPGA, new load)"
DESCRIPTION_MIP="Child Mip Device"
DESCRIPTION_VNI="Child Vni Device"
DESCRIPTION_PLX9030="Gesytec LVP WDM Driver PCI for PLX 9030 Install"
FRIENDLYNAME="Gesytec LVP"

UpdateInfo="http://www.gesytec.de/englisch/products/easylon/easylon-e.htm"
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: ftp, load: 1.46