SMBdownload is a simple wget-like program that can download files from an SMB server. It supports recursive downloading and can resume previously abandoned downloads. This project has been integrated into the main Samba tree as of 3.0.2.
| Tags | Networking |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | C |
Recent releases


Changes: ETA calculation has been fixed. File descriptors are no longer kept open, so larger number of files can be downloaded. A summary is now shown when the program is finished, and the documentation has been updated.


Changes: The progress bar in interactive mode is now shortened if it does not fit in one line. Support has been added for keeping the same permissions on files as they have on the remote server. A couple of segfaults and cosmetic bugs have been fixed.


Changes: Documentation has been extended. Support has been added for downloading complete workgroups, servers, or shares. Several crash bugs have been fixed as well as several incorrect "Permission Denied" errors.


Changes: Support for a configuration file has been added. Several bugs in the ETA calculation have been fixed. Passwords are no longer shown. All file sizes are now printed in a human-friendly format (e.g. Gb/Mb/kb).


Changes: Recursive downloading has been fixed. Neater progress indication has been added. Some other minor bugs have been fixed.