Uploading and Downloading Files
48
5.1Configuring anHTTP Server
Toupload and download filesbetween yourhostcomputerand the bridge,you will
need an HTTPserverapplication running inthe host. The servermusthave a
cgi--bindirectoryimmediatelybelowthe rootdirectory.Hereisa path example:
<drive:>\<http.root_directory>\cgi-bin
The cgi--bindirectorymustbe configured for read--execute privileges.
5.1.1Configuration Example
Here are guidelinesforconfiguring the Microsoft PersonalWebServersoftwarein
WindowsNTforbridge uploading and downloading.Refertoyourserversoftware
guidebookfordetails.
HInstall the HTTPserverapplication programinyourhost.
HSelect the WindowsControlPanel.Click the HTTP Servericon,and select
Properties.Thiswill open the PersonalWeb ServerPropertiesdialog.
HClick the Administration tab,and click the Administrationbutton.
HUnderSelect the PWS ServicetoView,selectWWW Administrator.
HClick the Servicetab.
HUnderthe boxPasswordAuthenticationcheck Allowanonymousand
Basic.Uncheck WindowsNTChallenge/Response.Click OK.
HUnderSelect the PWS ServicetoView,selectWWW Administratoragain.
HClick the Directoriestab.
HClick the Add button. Inthe Directorybox,enter:
<drive:>\<http.root_directory>\cgi-bin
where:<drive:> and <http.root_directory> arethe driveletter
and rootdirectoryforyourHTTPserver.