> I need to fetch a whole directory tree from a public remote site.
> The top level directory and its subdirectories are accessible via
> ftp:// and http:// so I tried fetch, but fetch does only retrieve
> data on file basis and does not copy a whole directory tree
> recursively. The remote site does not offer sftp/sshd for that
> purpose.

wget -r

It's in the ports.

Bests,

Olivier
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to