summaryrefslogtreecommitdiffstats
path: root/source3/utils/smbget.c
Commit message (Collapse)AuthorAgeFilesLines
* Add -O (for writing downloaded files to standard out) based on patch byJelmer Vernooij2004-03-051-65/+80
| | | | | Bas van Sisseren <bas@dnd.utwente.nl> (This used to be commit cc164e5afb0f6100bde547674b3de88b7e45f31f)
* Fix ETA Calculation when resumingJelmer Vernooij2004-02-131-1/+1
| | | | (This used to be commit a5f09f0991e5a5bd9538211b0d430020052670c8)
* Add smbget utility, a simple wget-like utility that uses libsmbclient.Jelmer Vernooij2004-01-071-0/+574
Supports recursive downloads and resume, progress indication and shows estimated time remaining. (This used to be commit 82bd1b45a4205706b57bae42c7b03974f8b44753)