Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
6.8k views
in Java FTP by (140 points)
Is resume scheduled for a later version or is there a way to do it now without modification?. This could be added.
        sendCommand("REST "+offset);
        // Can get a 350
        String[] validCodes1 = {"350"};
             lastValidReply = control.validateReply(reply, validCodes1);
             
   If the reply is valid then use.

   get(String localPath, String remoteFile); as usual
    and the bytes will be sent from the specified offset   



I guess there could be some inconsistency in server implementations that im not aware off.[/code]

3 Answers

0 votes
by
Resume is the next main feature we plan to add. It will probably be in 1.4.x. We'll keep the forums posted of when it will be released.

Is resume scheduled for a later version or is there a way to do it now without modification?.
0 votes
by
any updates on the resume functionality?

Thanks for providing such a nice lib! Adding resume as a own function would make it even more perfect than it already is ;-)

kind regards

phil
0 votes
by (161k points)
Thanks for flagging it again - it is on our list but slipped off the radar for 1.4. 0. We are looking at features for the next release now.

any updates on the resume functionality?

Thanks for providing such a nice lib! Adding resume as a own function would make it even more perfect than it already is ;-)

kind regards

phil

Categories

...