Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Copy files from Windows to QNX: Page 1 of 5 (5 Items)
   
Copy files from Windows to QNX  
Hi guys,
I'm trying to copy some files from windows to a virtual machine where is running QNX.
The Inetd is running.
The ftp for IPv4 is enabled in file inetd.conf.
But when I try to establish a connection (using WinSCP), it is able to contact the VM, but while is 'waiting for welcome
 message', the timeout expires so the connection cannot be reached.
This is the result of running ifconfig on QNX VM:

lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33192
        inet 127.0.0.1 netmask 0xff000000
en0: flags=80008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,SHIM> mtu 1500
        address: 00:0c:29:f4:ea:47
        media: Ethernet 10baseT full-duplex
        status: active
        inet 192.168.163.128 netmask 0xffffff00 broadcast 192.168.163.255

 and this is the result of ps:

      PID TTY          TIME CMD
   434196 ?        00:00:00 pterm
   196631 ?        00:00:00 login
   196632 ?        00:00:00 login
   196633 ?        00:00:00 login
   274458 ?        00:00:00 login
   348187 ?        00:00:00 pwm
   434206 ?        00:00:00 sh
   376863 ?        00:00:00 shelf
   397345 ?        00:00:00 bkgdmgr
   397346 ?        00:00:00 wmswitch
   397347 ?        00:00:00 saver
   450596 ?        00:00:01 phrelay
   446501 ?        00:00:00 inetd
   847911 ?        00:00:00 pterm
   839720 ?        00:00:00 ab
   532521 ?        00:00:00 pwm
   561194 ?        00:00:00 shelf
   581675 ?        00:00:00 bkgdmgr
   581676 ?        00:00:00 wmswitch
   581677 ?        00:00:00 saver
   847918 ?        00:00:00 sh
   872495 ?        00:00:00 ps

Could you help me?

Paolo