mirror of
https://github.com/rclone/rclone.git
synced 2025-07-13 02:35:35 +02:00
@ -178,7 +178,7 @@ func (f *FsLocal) cleanUtf8(name string) string {
|
|||||||
}
|
}
|
||||||
name2 += strings.Map(func(r rune) rune {
|
name2 += strings.Map(func(r rune) rune {
|
||||||
switch r {
|
switch r {
|
||||||
case '<', '>', '"', '|', '?', '*', '&':
|
case '<', '>', '"', '|', '?', '*', ':':
|
||||||
return '_'
|
return '_'
|
||||||
}
|
}
|
||||||
return r
|
return r
|
||||||
|
Reference in New Issue
Block a user