[FtpClient] : get the size of a file

2005-08-11 Thread Nicolas Maujean
Hi, Here is the code to get the size of a file using FtpClient using the SIZE command of Ftp, They have some adaptation to integrate it in FtpClient, but here you have all the information you need to do it, Nicolas Maujean public class FTPClientPlus extends FTPClient

[HttpClient] : Classes and piece of code to compress a stream

2005-08-04 Thread Nicolas Maujean
Two classes which allow to compress the datas in a stream, and a piece of code to use them import java.io.IOException; import org.apache.commons.httpclient.HttpConnection; import org.apache.commons.httpclient.HttpException; import org.apache.commons.httpclient.HttpMethodBase; import org.apache.

[fileupload] : Some information about the upload of a file

2005-01-07 Thread Nicolas Maujean
, the upload of the file can stop at the beginning as it can stop at the middle of the upload. Nicolas Maujean

[fileupload] FileUploadException : Stream ended unexpectedly

2004-12-28 Thread Nicolas Maujean
e always at the same point I can upload 1606478 ko (1.6 Go) Can anyone help ? Nicolas Maujean - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]