What is the problem you are having with rclone?
Mounted a drive for our blob storage in azure, but when i try to create a "new folder" or copy anything that has a space in the name to it, it fails because of the space
Run the command 'rclone version' and share the full output of the command.
- os/version: Microsoft Windows Server 2022 Datacenter Azure Edition 21H2 (64 bit)
- os/kernel: 10.0.20348.2700 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.23.1
- go/linking: static
- go/tags: cmount
Are you on the latest version of rclone? You can validate by checking the version listed here:
--> yeah just downloaded today
Which cloud storage system are you using? (eg Google Drive)
Microsoft Azure blob storage
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Using rclone as a service to mount a network drive in windows, no command used.
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[test0blobbystorage]
type = azureblob
account = XXX
key = XXX
tenant = XXX
A log from the command that you were trying to run with the -vv
flag
Logs read as follows (quite obvious what the issue is)
http://box.kaetzle.in/code/text.txt
How do i escape the space without windows noticing? Is it something I can configure in rclone? or can i configure it in WinSCP? or do i just live with it and make directories with mkdir? Seems like a pretty simple fix, just replace all spaces with e.g. an underscore?
Just want to know if that is something rclone supports or if i should just work with it (I don't really mind but if the option is there i wana use it)