On 21/10/14 16:47, Russell Coker wrote: > Many years ago I used a program named "mirror" that would copy the contents > of > a FTP server. I think it screen-scraped the output of the "dir" command and > used that to recurse through a directory tree.
`wget -r ftp://foo/path/to/stuff` works well enough for my purposes. But is there any reason why you can’t use rsync instead? _______________________________________________ luv-main mailing list [email protected] http://lists.luv.asn.au/listinfo/luv-main
