Skip to content

ftp: Preserve mtime when copying to local

Ondrej Holy requested to merge wip/oholy/ftp-mtime into master

Currently, the modification time is not preserved when copying from FTP mount to the local filesystem. That is because the date is not explicitly restored in the pull method. However, the modification time should be preserved by default as it is in other cases. Let's do it to be consistent.

Fixes: #346

Merge request reports