In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: >Is it possible to use this library to download a portion of a file on a resum >ing-support FTP server?
Yes. Just set the restart offset with setRestartOffset http://jakarta.apache.org/commons/net/apidocs/org/apache/commons/net/ftp/FTPClient.html#setRestartOffset(long) and transfer the file as usual with either a retrieve or store. daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
