I am using sockets for the first time and am trying to figure out some stuff. first off I am running off an example found at I have modified it slightly to my needs. I can use this to transfer files from within my home directory on the client box to the destination_directory on the server box, but I still have 2 questions.
1) When I try to send a file from another location it tells me (on the server) that the file is not found, when I KNOW it is there.
2) To send files from the server to the client do I need to open another channel or can I reuse the open channel? Is there an easier way to do this?
Thanks-
Jon
1) When I try to send a file from another location it tells me (on the server) that the file is not found, when I KNOW it is there.
2) To send files from the server to the client do I need to open another channel or can I reuse the open channel? Is there an easier way to do this?
Thanks-
Jon