[SlugBug] Reg exp and FTP

Paul Arzul patricka at mkdoc.com
Mon Sep 22 16:42:35 BST 2003


On Mon 22-Sep-2003 at 03:22:45PM +0100, Alan Dawson wrote:
> 
> I can go mget *[A-Z]*  which matches everything with a capital  but how can i 
> get the other files that are lower case?
> 
> Help!

this gets tricky fast. imho, it's easiest to archive (zip) what you want
to send first, as ftp was not designed for this.

from man ftp:
---8<---
Note: mget and mput are not meant to transfer entire directory subtrees
of files.  That can be done by transferring a tar(1) archive of the
subtree (in binary mode).
--->8---

hth,

- p



More information about the SlugBug mailing list