Webcam32 FAQs       User's Guide       Java Support       Help Wizard

FTP Tutorial


This section provides an in-depth tutorial for using Webcam32 to upload images using the File Transport Protocol (FTP).


What is FTP?

FTP is an Internet (or more properly a TCP/IP) communications protocol to allow you to upload and download files from a machine connected to your local machine via the Internet.  FTP is composed of two parts; an FTP client and an FTP server.  The FTP client is the software you execute on your local machine to send or receive files.  The FTP server is software which executes on a server machine on which the files are to be saved or retrieved.  Most (if not all) machines which provide Web serving capability also serve as FTP servers to allow you to upload your web pages.  Web pages are usually composed of HTML source files and images (either JPEG or GIF format).


What do I need to know to use FTP?

To be able to FTP (send) files to your FTP server and Web server, your Internet Service Provider (ISP) should provide you with four pieces of information.  These are:

How can I test FTP?

Before moving forward with Webcam32, you could test the information provided by the ISP.  This step is not necessary when working with Webcam32 but familiarity with FTP will provide more confidence later.  The easiest way to perform these tests are to use the FTP program supplied with Windows 95 and Windows NT.  In the following example, the fictitious machine ftp.myisp.net is used with userid myuserid.

If all has succeeded, you should now be connected to your ISP FTP server.

C:> ftp ftp.myisp.net
Connected to ftp.myisp.net 
200
User  (ftp.myisp.net: (none)): myuserid
331 Password required for myuserid
Password: <enter password here> 
230 User myuserid logged in. Access restrictions apply. 
ftp>

If you are now connected, you may issue any of the following commands:

Webcam32 and FTP

Webcam32 has the ability to act as an FTP client.  This allows Webcam32 to create JPEG image files and FTP those files to the FTP server automatically.  Since the FTP server is usually the same machine as the Web server, FTPing an image file to the FTP server allows a new image to be placed on the Web server and is then immediately viewable by browsers on the web.  Since each user's configuration including FTP server name, userid, password and directory in which to save the image files varies, Webcam32 must be configured with these unique details before use.  Webcam32 will remember the details and need only be configured once.


Configuring Webcam32 with FTP details

To configure Webcam32 with the FTP connection details, start Webcam32 and press the FTP button  or select FTP from the Preferences menu.  A dialog window will appear.  Within this dialog window, the Webcam32 FTP settings may be entered:


  • 1 - FTP Server name
  • 2 - FTP Userid
  • 3 - FTP Password
  • 4 - Directory to save image files
  • 5 - File name to save image
  • 6 - Upload interval in seconds
  • 7 - FTP upload enabled or disabled


For basic Webcam32 usage, the other parameters may be ignored.