2016-07-08 7:17 GMT+01:00 MBCRAFT <i...@mbcraft.it>:
> I don't know if it depends from the ftp server : i'm using vsftpd.
>
> I've followed that example, more or less, and i even didn't missed the
>
> FTP.NON_PRINT_TEXT_FORMAT , FTP.STREAM_TRANSFER_MODE , and
> FTP.FILE_STRUCTURE are the only supported formats, transfer modes, and file
> structures.
>
>
> I did many tests : it didn't worked. Using a graphical ftp client i found
> that is a bug of the ftp server. ASCII transfers are bugged in vsftpd.

Are you sure vsftpd has a bug with ASCII transfers?
This seems somewhat unlikely for such a well-known server.

Note that in ASCII mode the server converts line ends to CRLF for
transmission and the client converts CRLF to the local line ending.
With binary files this can result in losing - or gaining - some CRLF
pairs, thus the resulting file can be a different size from the
original.

> Sorry for the false alarm.
>
> -Marco B.
>
>
> Il 08/07/2016 00:08, sebb ha scritto:
>
> I just tried downloading a file using the FTPClientExample and it worked
> fine.
>
> Remember to set the binary transfer mode if necessary.
>
> 2016-07-07 20:45 GMT+01:00 MBCRAFT <i...@mbcraft.it>:
>
> Hi! I spot a bug in commons-net-3.5 .... it seems that the ftp client misses
> the last bytes on large downloaded files.
> I did some tests with a 7 MB file, and it always missed the last kb.
> I've tried some quick fix, but i wasn't able to solve my problem.
>
> Kind regards
>
> -Marco B.
>
> --
> [---------------------------------------
> [MBCRAFT di Marco Bagnaresi - Software development services
> [Via ca' del vento, 11
> [CAP 48012 - Bagnacavallo(RA)
> [C.F. : BGNMRC82H03E730O
> [P.IVA/VAT N. : 02475790396
> [Website : http://www.mbcraft.it
> [Standard mail : i...@mbcraft.it
> [PEC : mbcr...@pec.it
> [---------------------------------------
> [
> [
> [Informativa ai sensi del codice della privacy (D.Lgs 196-30/06/2003)
> [Questo messaggio è destinato unicamente ai soggetti indicati
> nell'intestazione.
> [In caso di ricezione erronea si prega di informare il mittente e di
> eliminare
> [il messaggio secondo le norme relative al trattamento dei dati personali.
> [La diffusione impropria in qualsiasi forma delle informazioni contenute in
> questo messaggio sono proibite
> [dalla legge. Questo messaggio può contenere informazioni non corrette.
> [Può rivolgersi alla nostra azienda per richiedere informazioni su titolare
> e responsabili del trattamento e
> [per esercitare i diritti previsti dall'Art.7 del D.lg.196/2003
> [inviando una mail con oggetto “Privacy”.
> [
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>
> --
> [---------------------------------------
> [MBCRAFT di Marco Bagnaresi - Software development services
> [Via ca' del vento, 11
> [CAP 48012 - Bagnacavallo(RA)
> [C.F. : BGNMRC82H03E730O
> [P.IVA/VAT N. : 02475790396
> [Website : http://www.mbcraft.it
> [Standard mail : i...@mbcraft.it
> [PEC : mbcr...@pec.it
> [---------------------------------------
> [
> [
> [Informativa ai sensi del codice della privacy (D.Lgs 196-30/06/2003)
> [Questo messaggio è destinato unicamente ai soggetti indicati
> nell'intestazione.
> [In caso di ricezione erronea si prega di informare il mittente e di
> eliminare
> [il messaggio secondo le norme relative al trattamento dei dati personali.
> [La diffusione impropria in qualsiasi forma delle informazioni contenute in
> questo messaggio sono proibite
> [dalla legge. Questo messaggio può contenere informazioni non corrette.
> [Può rivolgersi alla nostra azienda per richiedere informazioni su titolare
> e responsabili del trattamento e
> [per esercitare i diritti previsti dall'Art.7 del D.lg.196/2003
> [inviando una mail con oggetto “Privacy”.
> [
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to