Search code examples
pattern-matchingcase-insensitivelftp

LFTP mget ignoring case


In LFTP, is there a way to mget files matching a pattern, say *.csv but want to match any case variation, whether *.CSV or *.cSv, etc. This is not restricted to matching *.csv but to any other possible string.


Solution

  • Currently the only way is this one:

    *.[cC][sS][vV]