transferring file
hi there, i have a problem with regards to socket programming.. im done with the client server thing in which the client communicates with the server and ther server response with a hard coded message in my program. now my problem is, how can i make a program like this:
Client:
Enter file to search:(txt file)
then the server looks for the file in its local directory and return that file to the client then display at the command prompt?
is that possible?
thanks!

