
21 Oct
2014
21 Oct
'14
8 a.m.
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?