NppFTP icon indicating copy to clipboard operation
NppFTP copied to clipboard

Preserve timestamps on uploads

Open tallerinf opened this issue 6 years ago • 1 comments

When loading files from server, NppFTP makes a local copy and updates the filestamp of the file.

Maybe you only want to take a look but the file gets updated so you lose important information like when I "really" updated lasttime that file.

This has an easy solution with FileZilla, just activating the option: "Preserve filestamps on transferred files" on Transfer menu.

My NppFTP version is 0.30.2.

Do you know if this is going to be implemented on NppFTP?

Or do you know a workaround to avoid filestamps from getting updated on transferring files?

tallerinf avatar Jan 25 '20 10:01 tallerinf

There's no such option right now, and I think it'll require custom logic for each backend although it shouldn't be too tough (see this reply for libssh).

ashkulz avatar Jan 25 '20 15:01 ashkulz