[lftp] problem with mirror exclude

2014-09-07 Thread Dan Morton
I'm running lftp (4.4.4) under cygwin on my Windows 8 machine. I've created an lftptest directory on my server with two subdirs, dir1 and dir2, with a file in each. No matter what I try, I can't exclude "dir1" with an lftp script that contains this exclude - I always get the directory and all of t

Re: [lftp] problem with mirror exclude

2014-09-07 Thread Dan Morton
irror path specified and does not match the full path. So just use "-x dir1/" or, if you want to make sure you won't exclude a folder named eg. nadir1, then "-x ^dir1/" On Sep 7, 2014, at 17:21, Dan Morton wrote: > I'm running lftp (4.4.4) under cygwin on my Windo