Sunflower icon indicating copy to clipboard operation
Sunflower copied to clipboard

Copy to e.g. Flash drives but renaming into them (short names)

Open Roger-T800 opened this issue 7 years ago • 5 comments

The option COPY should have an option to fix long names on the destination name. Perhaps use 8.3 format.

In the case of folder names with long filenames and already copied file1.ext on it, and then try to copy file2.ext, use the same algorithm to reference the corrected name on the destination folder.

Roger-T800 avatar Mar 21 '17 03:03 Roger-T800

You mean like legacy FAT16 support for naming?

MeanEYE avatar Mar 21 '17 07:03 MeanEYE

Correct.

MSIG Ing. Roger Salinas-Robalino, PMP CEO / GERENTE GENERAL +593 98-336-0329 · [email protected]

T800-IT Soluciones y Servicios de IT

El 21 mar. 2017, a las 02:17, Mladen Mijatov [email protected] escribió:

You mean like legacy FAT16 support for naming?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

Roger-T800 avatar Mar 21 '17 21:03 Roger-T800

Doesn't the underlying Linux filesystem already handle that? I don't see an issue with adding this feature, but I'd like to avoid doing duplicate work if file system already supports it.

MeanEYE avatar Mar 22 '17 08:03 MeanEYE

I'm afraid not.

The situation is as follows: when copying big amount of files from an NTFS to a FAT, Sunflower thorough OS copies exactly the name, but somehow there is a conflict with the names. May be length, may be special chars accepted by ntfs but not by fat. So, in the case of bulk copy these feature would be quite useful.

Thanks.

El El mié, 22 de mar. de 2017 a las 03:59, Mladen Mijatov < [email protected]> escribió:

Doesn't the underlying Linux filesystem already handle that? I don't see an issue with adding this feature, but I'd like to avoid doing duplicate work if file system already supports it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MeanEYE/Sunflower/issues/270#issuecomment-288336687, or mute the thread https://github.com/notifications/unsubscribe-auth/AP4zAInJJdQ-F0Kqq3TKKULRwrr2fcEOks5roOMDgaJpZM4MjRwQ .

Roger-T800 avatar Mar 22 '17 20:03 Roger-T800

Okay, I'll accept this as a feature request. Do note version 0.3 is on feature freeze. So I am assigning this to 0.4.

MeanEYE avatar Mar 23 '17 08:03 MeanEYE