I am doing a project on FTP file-transfer using FtpWebRequest
class. While transferring the file, if my network connection gets disconnected the file in the receiving end gets hanged. I am not able to process further even though I re-establish my network connection. After some time the file gets removed; then I am able to put the file again. What is the problem? Is the class is designed in that manner?
Receiving End Means - the machine in which the ftp server runs,and im the who sends the file from a machine without FTP.