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