Ok i know i am asking a very basic question , but i have been going around net looking for a good tutorial but cannot seem to find one Can some one suggest a good tutorial on how to transfer files from client to server using TCP connection with python
Also if i want to transfer all the files in a directory including sub directories , what will be the best way to traverse directory and send each file one by one over the TCP Connection
Also the server end where it would read the file and store them in their respective directory in the root folder
A good Tutorial that can help me get started with TCP file transfer using Python would be great I am new to python