Operating System - HP-UX
1832978 Members
2997 Online
110048 Solutions
New Discussion

Transferring 512bytes packet from client-server

 
Shivakumar_3
Advisor

Transferring 512bytes packet from client-server

Hello Everybody,
I am transferring a 512Bytes packet from client to server of data type short.In server side i am able to receive only 256bytes another 256 bytes of data i am not getting.please help me out with this problem.Advanced Thanks for reply.
4 REPLIES 4
Sivakumar TS
Honored Contributor

Re: Transferring 512bytes packet from client-server

Dear Shiv,

pls explain, how are you transferring?

WIth Regards,

Siva
Nothing is Impossible !
Arunvijai_4
Honored Contributor

Re: Transferring 512bytes packet from client-server

How do you transfer between Client and Server ?
Check with TCPDUMP how the transfer happened ?

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Shivakumar_3
Advisor

Re: Transferring 512bytes packet from client-server

I am sending the packet from little endian machine to big endian machine (HP-UX server).I am using send in client program and recv in server program for transferring the packet.
Chan 007
Honored Contributor

Re: Transferring 512bytes packet from client-server

Shiv,

Why not use ftp? if your are using in a shell/bacth job.

Try to test the connectibity by rcp a file from one to other?

Are you using a seriel connection at present?

007