core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_file_transfer.htm
author fturovic <frank.turovich@nokia.com>
Fri, 16 Apr 2010 09:51:37 -0500
branchRCL_2_4
changeset 1225 a546534a48de
parent 0 fb279309251b
child 1791 727385d8e2b3
permissions -rw-r--r--
minor edits to remote conn pages, updated copyrights, fixed some broken links

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<title>Carbide File Transfer page</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>File Transfer page</h2>
<p>The <b>File Transfer</b> page displays an auto-populated list of files for <a href="stop_mode.htm">System TRK</a> that the IDE transfers to the target device at the start of each launch. For RnD device images, the target location for files is normally <span class="code">c:\sys\bin</span> or another protected area. For production device images <a href="run_mode.htm">Application TRK</a> does not support the transfer of files to <span class="code">c:\sys\bin</span> or other protected areas.</p>
<p>Users can add, edit, or delete files in the list and sort   by clicking on a column header. By default, any file added is automatically checked for downloading to the device. Users can uncheck a file to remove it from the download list without removing the file itself. System TRK users can  use this panel to download any type of file, like bitmaps, HTML, sounds, and more, to the phone and applicable to Application TRK for transfering any files outside of the installation file.</p>
<p align="center"><img src="images/page_file_transfer.png" width="598" height="224"></p>
<p class="figure">Figure 1. File Transfer page</p>
<h5>Table 1. <span class="figure">File Transfer</span> page &mdash;items </h5>
<table width="94%"  border="0" cellpadding="2" cellspacing="0">
  <tr>
    <th width="38%" scope="col">Item</th>
    <th width="62%" scope="col">Explanation</th>
  </tr>
  <tr>
    <td><b>File transfer list </b></td>
    <td><p>The File transfer list displays  the project files that are moved to the target device for launch and debugging purposes. It contains these columns:</p>
      <ul>
        <li><b>Enabled</b>&#8212;a checkmark indicates that the IDE should transfer the specified file to the target directory. If unchecked, do not transfer the file. </li>
        <li><b>File to transfer</b>&#8212;the path and filename to a file  on the host machine to be transfered </li>
        <li><b>Target directory</b>&#8212;the path to the target directory where transfered files are placed on the device.</li>
      </ul>      
      <blockquote>
        <p> The target directories where files can be installed depends upon the type of device image you have on the device and which version of TRK you are using.      </p>
        <ul>
          <li>Application TRK - public folders only on  production device images</li>
          <li>System TRK - public and protected folders, like <span class="code">c:\sys\bin</span>, on  RnD device images</li>
        </ul>
    </blockquote></td>
  </tr>
  <tr>
    <td><b>Add</b></td>
    <td>Click to add a file to the file transfer list.</td>
  </tr>
  <tr>
    <td><b>Edit...</b></td>
    <td>Click to edit the selected file in the file transfer list. </td>
  </tr>
  <tr>
    <td><b>Remove</b></td>
    <td>Click to remove the selected file from the file transfer list. </td>
  </tr>
</table>

<h4>Other references</h4>
<ul>
  <li><a href="launch_configs_overview.htm">Launch Configuration Overview</a></li>
</ul>
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
<h5>&nbsp;</h5>
</body>
</html>