Hi all
I am able to establish a connection between a server and a client.I am trying to transfer a file from the server to client and vice-versa.
I am not able to transfer the file by using getc(getting single character) function and checking for end of file(eof).
Can anyone help me with the code to transfer the file from server to client and viceversa...
I am able to establish a connection between a server and a client.I am trying to transfer a file from the server to client and vice-versa.
I am not able to transfer the file by using getc(getting single character) function and checking for end of file(eof).
Can anyone help me with the code to transfer the file from server to client and viceversa...
Comment