Bug 4199 - smbclient and smbget won't keep timestamps on downloaded files
Summary: smbclient and smbget won't keep timestamps on downloaded files
Status: NEW
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: smbclient (show other bugs)
Version: 3.0.23c
Hardware: x86 Linux
: P3 enhancement
Target Milestone: none
Assignee: Christian Ambach
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-31 03:31 UTC by Jacek Kalinski
Modified: 2018-11-16 17:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacek Kalinski 2006-10-31 03:31:57 UTC
I want to download from another samba server files and keep dates of downloaded files. But samba always set timestamps of download time (not file timestamp).
Commands used to reproduce error:
smbget -RnP smb://root:password@server/path/
smbget -Rn --keep-permissions smb://root:password@server/share/
smbclient //server/share password -U root -d 0 -c "prompt; mget *"

Is it possible to fix it in next release? It's very important for me.
Comment 1 Thomas Güttler 2012-09-24 08:44:29 UTC
I need to keep the mtime of the transfered files. This feature would be very good.