Re: How to load only lines with a specific ID from a file on an SFTP server?
There's no way to do that using SFTP protocol.
You would need to use appropriate shell commands (if you have a shell access), like
You would need to use appropriate shell commands (if you have a shell access), like
grep
, using SSH terminal client.