You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I recently compiled ibcp, and I'm still stuck on how to make it work.
I tried:
$ ibcp -v -f /tmp/myfileserverA -s server.destination
IS Client: 1
start to read
TCP connection was established
searching forIB devicesin host
found 1 device(s)
MR was registered with addr=0x2aaabaaca010, lkey=0xf8010fa7, rkey=0xf8010fa7, flags=0x4
QP was created, QP number=0x1b65a
Local LID = 0x2
Remote address = 0x7fd7b280a010
Remote rkey = 0x8010001
Remote QP number = 0x222
Remote LID = 0x4e
QP state was change to RTR
Connection established
read file:/tmp/myfileserverA
-----------SUMMARY-------------------
head_node filename:/tmp/myfileserverA
name:/tmp/myfileserverA
size:3692
mode:33188
-------------------------------------------
Client send data end, waiting for remote to finish writing
--------------------------------------------
Remote write finished
ibcp exists in server.destination, and it creates the ibcp server instance.
The message after the operation seems successful, but I don't know where the file is written in server.destination .
Thanks
The text was updated successfully, but these errors were encountered:
Thanks for the response. Maybe I wasn't that clear.
I checked the source code of ibcp, and maybe I didn't go that deep, but what I saw is the following:
That I need to have binaries of ibcp in the server source, and the server destination. So the server/client operation can work.
When I run a transfer operation, like this:
All of this seems to work fine, according to the output messages (See my first comment), but.. I don't know where the file is deposited in the server destination, this case 9.9.9.9. It's obvious that I'm not using the tool correctly, I'll like it if you could explain the correct usage.
Hi, I recently compiled
ibcp
, and I'm still stuck on how to make it work.I tried:
ibcp
exists inserver.destination
, and it creates the ibcp server instance.The message after the operation seems successful, but I don't know where the file is written in
server.destination
.Thanks
The text was updated successfully, but these errors were encountered: