Our Products:
CompleteFTP
edtFTPnet/Free
edtFTPnet/PRO
edtFTPj/Free
edtFTPj/PRO
Login
Remember
Google Login
Register
All Activity
Questions
Hot!
Unanswered
Tags
Categories
Ask a Question
Ask a Question
Appending file with Get
0
votes
2.1k
views
asked
Oct 23, 2006
in
.NET FTP
by
gizmo3845
(
220
points)
Hi all,
Is there a way to do a Get starting at a size ?
Let's imagine we've done a Get("toto.iso") ( file size = 650 Mb ) and a problem occurs after having downloaded only 100Mb. Is there a way to download it again without downloading the 100Mb already downloaded ? i.e starting the new download at 100Mb.
Thanks a lot.
________
Vortec Engine
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 23, 2006
by
support2
(
162k
points)
Yes, you want to use resume.
After the failed transfer, call Resume() (in FTPClient) or ResumeTransfer() (in FTPConnection) and then simply call the download method again.
If you look at the logs you'll see only the missing portion is downloaded.
Please
log in
or
register
to add a comment.
Categories
All categories
Products
(2.8k)
CompleteFTP
(418)
Java FTP
(1k)
.NET FTP
(1.4k)
FAQ
(120)
General
(178)
Feature Requests
(21)
...