Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Flendi77

get only the first line without download the whole file?

Is it possible to read only one line per ftp without first downloading the whole file with c#?
With fluentFtp I did that by opening a stream and reading a line and then sending an ABOR command.
But WinScp does not support streams. Does anyone have another idea?