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
using rest
0
votes
3.4k
views
asked
Apr 19, 2009
in
.NET FTP
by
Magus
(
260
points)
how can i use the rest command with ftpconnection? I just can't figure it out
I want to specify the start position for the downloadfile event.
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
2
Answers
0
votes
answered
Apr 19, 2009
by
support2
(
162k
points)
We don't specifically support REST, but you can do
ftpConnection.InvokeFTPCommand("REST", "1234567");
Please
log in
or
register
to add a comment.
0
votes
answered
Apr 19, 2009
by
support2
(
162k
points)
Oops, a correction to that:
ftpConnection.InvokeFTPCommand("REST 1234567", "350");
where 1234567 is the byte position and 350 is the standard server reply.
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)
...