Java. Read file from FTP but DONT download it whole

Posted by Alexey on Stack Overflow See other posts from Stack Overflow or by Alexey
Published on 2010-05-14T14:11:55Z Indexed on 2010/05/14 14:14 UTC
Read the original article Hit count: 214

Filed under:
|
|
|

I need to read CSV file header from FTP.

As these files can be very huge, I dont need to donwload them.

Is there a way to read first line of CSV file from FTP and abort connection?

© Stack Overflow or respective owner

Related posts about java

Related posts about ftp