Results 1 to 10 of 10
Can anyone help me with a basic program of how to tranfser a file using client and server...............No ftp and tftp bcoz our hardware doesnt support it........any programs or logic ...
- 03-31-2008 #1Just Joined!
- Join Date
- Dec 2007
- Location
- bangalore
- Posts
- 38
Transfer of file.
Can anyone help me with a basic program of how to tranfser a file using client and server...............No ftp and tftp bcoz our hardware doesnt support it........any programs or logic is massively appreciated.......
- 03-31-2008 #2
you can share a folder between the machines.
or use scp <file> user@<destn>:
- 03-31-2008 #3Just Joined!
- Join Date
- Mar 2008
- Posts
- 26
- 03-31-2008 #4
If you don't have any of those and security is not an issue, try netcat.
--
Bill
Old age and treachery will overcome youth and skill.
- 04-17-2008 #5Just Joined!
- Join Date
- Dec 2007
- Location
- bangalore
- Posts
- 38
wats netcat?
- 04-17-2008 #6Just Joined!
- Join Date
- Dec 2007
- Location
- bangalore
- Posts
- 38
well actually i wanted to transfer the file though a client server program without any commands.....
- 04-17-2008 #7Just Joined!
- Join Date
- Dec 2007
- Location
- bangalore
- Posts
- 38
scp and ssh is not supported by our hardware
- 04-17-2008 #8
what you mean hardware doesnt support?
??
- 04-17-2008 #9Just Joined!
- Join Date
- Dec 2007
- Location
- bangalore
- Posts
- 38
i mean my client is the PC and the server will reside in an embedded h/w......i.e. the hardware OS will not have many commands to support other than basic ones.........i hope now u understand
- 04-17-2008 #10Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
Well, maybe you can try describing the embedded device that will act as a server and giving as actually SOME info on what can we run on that machine. If we have no idea at all about the tools we are going to have available, then we can only guess senseless answers that will help no one.
If what you intend is to program a solution starting from scratch, then you seem a bit lost already. You should start by reading something about the client/server model and letting us know what language are you going to use to develop that (asm, C or whatever else).


Reply With Quote
