How can i see modtime precision for a remote?

What is the problem you are having with rclone?

what command can i use to find out modtime precision and hashes supported by a remote?

What is your rclone version (output from rclone version)

v1.55.1

Which OS you are using and how many bits (eg Windows 7, 64 bit)

linux amd64

Which cloud storage system are you using? (eg Google Drive)

ftp

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone backend info my-ftp-remote:

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

This should do it

$ rclone backend features drive:
...
	"Precision": 1000000,
	"Hashes": [
		"md5"
	],
...

Answer in nano-seconds...

You were almost right with info!

1 Like

thank you very much

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.