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?
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?