Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Send file to target: (6 Items)
   
Send file to target  
Hi,
I am new at qnx and i need help.i use QNX momentics i want to know.
Is there any way to send file to target.i have some config files (*.ini,*.xxx) and i use ftp program to send file but i 
want to use Qnx momentics to  send file.
i hope i can explain my problem so thank you  already for your answer.
AW: Send file to target  
with QNX Momentitcs you can use "Target File System Navigator" view.
You can find this view from menu Window/Show View/other/QNX Target
To acces your target you need to have "qconn" running on this,
it's the process that talks IDE with.
Within Target File System Navigator, you have to setup your target
using the context menu on left pane of this view.

HTH



>-----Ursprüngliche Nachricht-----
>Von: Yakup CENGİZ [mailto:community-noreply@qnx.com] 
>Gesendet: Dienstag, 27. Oktober 2009 09:24
>An: general-ide
>Betreff: Send file to target
>
>Hi,
>I am new at qnx and i need help.i use QNX momentics i want to know.
>Is there any way to send file to target.i have some config 
>files (*.ini,*.xxx) and i use ftp program to send file but i 
>want to use Qnx momentics to  send file.
>i hope i can explain my problem so thank you  already for your answer.
>
>
>
>
>_______________________________________________
>
>General
>http://community.qnx.com/sf/go/post40736
>
> 
 
*******************************************
Harman Becker Automotive Systems GmbH
Management Board: Dr. Klaus Blickle (Chairman), Dr. Udo Hüls, Michael Mauser
Chairman of the Supervisory Board: Ansgar Rempp | Domicile: Karlsbad | 
Local Court Mannheim: Register No. 361395

 
*******************************************
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat 
sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und loeschen Sie diese Mail
. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have 
received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the contents in this e-mail is strictly forbidden.
*******************************************
Re: AW: Send file to target  
Thank you so much.
Re: Send file to target  
Hi,

Do you mean that you are using the Momentics IDE?  In the System
Information perspective, create a new target project in the Taget
Navigator view to connect to your target system.  Then, open the Target
File System Navigator view (using the "Window -> Show View" menu) and
drag-and-drop your files from your host system onto the target file
system in there.

Make sure that you have the IDE's "qconn" target agent running on your
target system.  See here for details about that:

http://www.qnx.com/developers/docs/6.4.1/ide_en/user_guide/target.html

HTH,

Christian


On Tue, 2009-10-27 at 04:24 -0400, Yakup CENGİZ wrote:

> Hi,
> I am new at qnx and i need help.i use QNX momentics i want to know.
> Is there any way to send file to target.i have some config files (*.ini,*.xxx) and i use ftp program to send file but 
i want to use Qnx momentics to  send file.
> i hope i can explain my problem so thank you  already for your answer.
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post40736
> 


Re: Send file to target  
Hi Christian,
 
Yes I am using the Momentics IDE ? I solved my problem and thank you for your detailed  explanation.finally your 
suggested link is very useful to solve my question.




Re: Send file to target  
Hi,
You can use Target File System Navigator feature of Momentics to send a file to your target system. Simply, 

1.Connect the target with a network cable
2. Get the IP address of the target using "ifconfig" command.
3. Create a target configuration and set the IP address.
4.Now you can see your target systems file system in the navigaor.

Note: To make this work, qconn should be running on the target.

Hope this helps.