|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
|
2 <html> |
|
3 <head> |
|
4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> |
|
5 <title>Transferring files with Remote Control</title> |
|
6 <link href="../../book.css" type="text/css" rel="stylesheet"> |
|
7 </head> |
|
8 <body> |
|
9 |
|
10 <h2>Transferring files with Remote Control</h2> |
|
11 <p>After you start Carbide.c++ and the Datagateway for the first time, the root folder structure of the target device is displayed. Newer versions of <b>HTI Framework</b> (versions 1.88, 1.89, 2.1 and newer) also support the display of drive, folder, and file sizes.</p> |
|
12 |
|
13 <p>To navigate to the folder you want to work with, either double-click the folder icons, or enter the folder path in the <b>Path</b> field and press <i>Enter</i> or click <b>Go to directory</b>. You can enter a whole folder path such as <i>C:\Data\Images</i>, and you can use <i>..\</i> to move up in the folder structure.</p> |
|
14 |
|
15 <p>To transfer files, use the <a href="../reference/toolbar.htm">toolbar buttons</a> or right-click in the File Transfer mode, and select a function from the context menu. The dynamic context menu contains the following functions:</p> |
|
16 <ul> |
|
17 <li><b>New folder</b> creates a new folder under the selected folder.</li> |
|
18 <li><b>Delete</b> deletes the selected file(s) and folder(s).</li> |
|
19 <li><b>Download</b> transfers the selected files from the device to the PC. You cannot download folders.</li> |
|
20 <li><b>Download as</b> transfer the selected file from the device to the PC and lets you define a name and location for the file. Note that Download as lets you download only a single file. You cannot download folders.</li> |
|
21 <li><b>Upload</b> transfers the selected files from the PC to the device. You cannot upload folders.</li> |
|
22 <li><b>Open</b> transfers the selected files from the device to the PC and opens them in Carbide.c++. You cannot download folders.</li> |
|
23 <li><b>Copy</b> copies the selected files and folders. Copy is supported in HTI Framework versions 1.91, 2.5 or newer.</li> |
|
24 <li><b>Cut</b> cuts the selected files and folders. Cut is supported in HTI Framework versions 1.91, 2.5 or newer.</li> |
|
25 <li><b>Paste</b> pastes the selected files and folders to the current location. Paste is supported in HTI Framework versions 1.91, 2.5 or newer.</li> |
|
26 <li><b>Rename</b> renames the selected file or folder. Rename is supported in HTI Framework versions 1.91, 2.5 or newer.</li> |
|
27 <li><b>Preferences</b> open the Remote Control Preferences dialog.</li> |
|
28 <li><b>Refresh</b> load the folder structure and contents again.</li> |
|
29 </ul> |
|
30 <p>Note that the dynamic context menu only contain functions that are allowed for the selected file or folder.</p> |
|
31 |
|
32 <p><b>Tip</b>: You can also drag and drop files from Windows Explorer to the Remote Control File Transfer view.</p> |
|
33 |
|
34 <p>When uploading or downloading a file that already exists in the target folder, you are asked to confirm the file replace. In this dialog, you can turn off this warning by selecting <b>Always replace withouth prompt</b>. You can also rename the file by clicking <b>Rename</b>. Note that you can set the replacement options also in the <a href="setting_preferences.htm">Remote Control preferences</a>.</p> |
|
35 <p><img src="images\dlg_file_replace.png"></p> |
|
36 |
|
37 <p>When deleting files or folders, you are asked to confirm the file or folder delete. You can set this confirmation off in the <a href="setting_preferences.htm">Remote Control preferences</a>.</p> |
|
38 |
|
39 <h5>Related concepts</h5> |
|
40 <ul> |
|
41 <li><a href="../concepts/file_transfer_mode.htm">File Transfer mode</a></li> |
|
42 </ul> |
|
43 |
|
44 <h5>Related tasks</h5> |
|
45 <ul> |
|
46 <li><a href="setting_preferences.htm">Setting Remote Control preferences</a></li> |
|
47 </ul> |
|
48 |
|
49 <div id="footer">Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. |
|
50 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div> |
|
51 </body> |
|
52 </html> |