Posts by daniel • 61 points
1 post
-
6
votes1
answer187
viewsQ: Download FTP using c#
I am trying to download an FTP server. The problem is this: I need a way to partition the file I am downloading. So that it is downloaded part by part and not complete at once. Doing asynchronously…