Crane & Merseth Engineering/Surveying

 

 


ABOUT US

CIVIL

SURVEYING

OUTSOURCING

CONTACT US

Using FTP Applet

Minimum System Requirements

The minimum system requirements for using FTP Applet are as follows:

Operating Systems: Windows 98/2000/XP/ME or Mac OS 9.2 (with MRJ 2.2.5), Mac OS X
Browser: Internet Explorer or Netscape Navigator
Browser Java VM: Java 1.1 or above enabled
FTP server (must be accessible from your machine)

User Interface

    Below is a screenshot of the FTP Applet user interface. Your display may vary slightly based on your operating system, browser used. A description of each component is provided below.

ftp applet, file upload
  1. Current local directory - Displays the full path of your current local directory.
  2. Local directory - Displays files and child folders in your current local directory.
  3. Local directory commands - Buttons for performing actions on your local directory.
  4. Current remote directory - Displays the path of your current remote directory.
  5. Remote directory - Displays files and child folders in your current remote directory.
  6. Remote directory commands - Buttons for performing actions on your remote directory.
  7. Transfer mode - Switch between ASCII and Binary transfer modes
  8. Message window - Displays messages sent to and received from the FTP server.
  9. Upload / Download - Buttons for uploading and downloading files.
  10. General commands - Buttons for connecting to FTP server, disconnecting from FTP server and accessing help and information about the applet.

 

Connecting to a FTP server

    Upon loading the FTP applet a dialog will be presented similar to the one shown below asking you to confirm that you trust the certificate used to sign the applet. You must accept this dialog for the applet to continue loading. To avoid this dialog from being displayed each time you connect click on the "Always trust content from JSCAPE L.L.C." checkbox.

ftp applet security dialog

Once you have accepted the certificate dialog the applet will continue loading.

To connect click on the "Connect" button. The following dialog will be displayed for username and password information. Click on the "OK" button to establish a connection to the FTP server.

 

 Once a connection has been established the remote directory will be populated with the files and directories accessible on the FTP server.

Directory navigation

    The directory listing displays your current working directory (remote or local) along with a listing of child directories and files. Each directory listing contains a link to it's parent directory identified by the parent folder icon . The parent folder icon is always the first entry shown in a directory listing followed by child directories and then individual files.

Each child directory is identified by the folder icon and files are identified by the file icon . To see the contents of a child directory double click on the folder icon. Alternatively you may type in the absolute path of the directory you want to navigate to in the current directory text field and press your systems "Return" key.

Selecting files and directories

    To select a file or directory click on the item in the directory listing using your mouse. You may select multiple items by holding down the SHIFT key and using your systems PGUP (page up) or PGDN (page down) keys. Alternatively you may select multiple items by holding the CTRL key and selecting each item using your mouse.

Deleting files and directories

    To delete one or more items in a directory listing select those items that you wish to delete and click on the Delete button or press the delete key on your keyboard. A confirmation dialog will be displayed asking you to confirm this action. Click OK to confirm or Cancel to abort this operation.

ftp applet delete confirmation

 

Note: A directory that contains files and or child directories may not be deleted.

Renaming files and directories

    To rename one or more files or directories select those items that you wish to rename and click the Rename button. For each item selected a dialog will be presented with the current name highlighted. Type in the new name and click OK to confirm or Cancel to abort this operation.

ftp applet rename confirmation

 

Transferring files and directories

    To transfer files and or directories select the items you wish to transfer and check that the proper transfer mode is selected. (See Setting transfer mode). To upload selected items from your local directory listing click on the upload button. To download selected items from your remote directory listing click on the download button. When transferring a directory the directory and its contents will be transferred recursively.

A progress dialog will be displayed indicating your transfer status. To cancel a transfer click on the "Cancel" button. This will cancel the current file being transferred as well as any other files or directories that were selected for transfer.

ftp applet transfer dialog

 

 Creating a directory

    To create a directory click on the Mkdir button. A dialog will be displayed prompting you for the name of the directory to create. Click the OK button to create the directory or Cancel to abort this operation.

ftp applet create directory dialog

 

Setting transfer mode

    The transfer mode may be controlled using the by toggling between the ASCII and Binary transfer mode options available in the user interface. See User interface. The default transfer mode setting is ASCII.

Alternatively the file transfer mode may be set. There are two possible transfer modes (ASCII and binary). In ASCII mode any line feeds will be converted from the source system format to the destination system format. In Binary mode data is transmitted without any data conversion.

In general ASCII should be used for text files and Binary should be used for images and program executables. If you are unsure or are transferring a directory that contains both text and binary data then it is recommended that Binary transfer mode be used.