Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3.4k views
in .NET FTP by (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.

2 Answers

0 votes
by (162k points)
We don't specifically support REST, but you can do

ftpConnection.InvokeFTPCommand("REST", "1234567");
0 votes
by (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.

Categories

...