Results 1 to 6 of 6
1. How to send binary files between client & server.
2. How to read binary files in linux...
- 08-19-2011 #1Just Joined!
- Join Date
- Aug 2011
- Location
- Banglore
- Posts
- 0
Binary files
1. How to send binary files between client & server.
2. How to read binary files in linux
- 08-19-2011 #2
These questions are much too broad.
What are you trying to achieve?You must always face the curtain with a bow.
- 08-19-2011 #3Just Joined!
- Join Date
- Aug 2011
- Location
- Banglore
- Posts
- 0
1. By using File concept fp, reading a txt file in client side & send to server side its receiving but while sending object file to server I do known how to send & also How to read that file
- 08-19-2011 #4Just Joined!
- Join Date
- Mar 2007
- Posts
- 2
- 08-20-2011 #5Just Joined!
- Join Date
- Jun 2011
- Posts
- 0
Try socket programming. Make a program which will satisfy your needs.
- 08-20-2011 #6Linux Engineer
- Join Date
- Feb 2005
- Posts
- 1,044
No such thing as "binary files" in Linux, just "files". For question 2, the content will determine how you "read" them.


Reply With Quote

