ZIP files dont copy but changing the extension to BIN copies fine

What is the problem you are having with rclone?

Copying ZIPed files

What is your rclone version (output from rclone version)

1.53.3

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

Ubuntu 20.04 64 bit

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

Google Drive

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

rclone copy /media/datadisk/innoconn/10_14_2020_02_15_19.zip IHS:/Recordings/IC/2020/10_14_2020_02_15_19.zip 

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

020/11/20 19:35:14 INFO  : 
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 0
Checks:                 1 / 1, 100%
Transferred:            0 / 0, -
Elapsed time:        1.3s

When I change my file name to *bin rclone works prefectly without changing the file contents

hello and welcome to the forum,

try
rclone copy /media/datadisk/innoconn/10_14_2020_02_15_19.zip IHS:/Recordings/IC

A log from the command with the -vv flag

you need to post a debug log, add -vv to to command and post the output

I think you meant this otherwise you are copying to a directory named 10_14_2020_02_15_19.zip which is probably not what you wanted.

rclone copyto /media/datadisk/innoconn/10_14_2020_02_15_19.zip IHS:/Recordings/IC/2020/10_14_2020_02_15_19.zip

Or you could use

rclone copy /media/datadisk/innoconn/10_14_2020_02_15_19.zip IHS:/Recordings/IC/2020/

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