Resume upload
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Dear All, I am using FtpWebRequest to upload my data to ftp address, i am successful in uploading my data, but what bothers me is whenever my upload fails even at last byte of data, it again starts from zero i mean from beginning. i am looking to find out about how to provide resume feature for uploading data? What an idea is behind resume feature? do we have standard algorithm for that? i have dedicated server.