STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
How to copy files from a windows fileshare to S3?
we need to do it using rclone rc. Rclone is running on a remote server. we are able to list files on the system say C drive , but not a mounted fileshare. what needs to be done ?
Run the command 'rclone version' and share the full output of the command.
{
"arch": "amd64",
"decomposed": [
1,
55,
1
],
"goTags": "cmount",
"goVersion": "go1.16.3",
"isBeta": false,
"isGit": false,
"linking": "dynamic",
"os": "windows",
"version": "v1.55.1"
}
Which cloud storage system are you using? Amazon S3
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
url = f"{base_url}/operations/list"
base_url is the RC URL on the remote server. R drive is a fileshare mounted on the server
{'fs': 'localdisk:R:/', 'remote': 'April Chen', 'opt': {'recurse': True, 'filesOnly': True}, '_filter': {'IncludeRule': ['*_FUNCTNS.INF'], 'MaxAge': '2023-08-24T23:30:00'}}
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
{
":sftp": {
"md5sum_command": "md5sum",
"sha1sum_command": "sha1sum"
},
"localdisk": {
"nounc": "false",
"type": "local"
}
}
A log from the command that you were trying to run with the -vv
flag
"error": "error in ListJSON: directory not found",
"input": {
"_filter": {
"IncludeRule": [
"*_FUNCTNS.INF"
],
"MaxAge": "2023-08-24T23:30:00"
},
"fs": "localdisk:R:/",
"opt": {
"filesOnly": true,
"recurse": true
},
"remote": "April Chen"
},
"path": "operations/list",
"status": 404
}