What is the problem you are having with rclone?
When employing the rclone copy command to transfer files from an SFTP server to AWS S3, an issue was encountered where one of the files appeared to be corrupted. Although the size of the corrupted file matched the original file, its content included data from other files.
Run the command 'rclone version' and share the full output of the command.
rclone v1.65.2
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 6.1.66 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.21.6
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
AWS S3
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone copy sftp:/root s3:bucket1/vendor --max-age 3d
The rclone config contents with secrets removed.
{
"sftp": {
"host": "files.xxxxx.com",
"md5sum_command": "none",
"sha1sum_command": "none",
"shell_type": "unix",
"type": "sftp",
"user": "user1"
},
"s3": {
"acl": "private",
"env_auth": "true",
"location_constraint": "us-east-2",
"provider": "AWS",
"region": "us-east-2",
"storage_class": "STANDARD",
"type": "s3"
}
}
A log from the command with the -vv
flag
log was missing