Rclone copy/sync duplicates the contents three times (megacmd)

What is the problem you are having with rclone?

I log in to the FTP server link using megacmd and create an rclone crypt disk. However, when I copy or sync a folder, it duplicates it three times! This issue occurs with both stable and beta versions of rclone.

To reproduce the issue, I have created a folder named 'mydocs' containing two files:

  • file01.txt
  • file02.txt

After copying 'mydocs' to an empty folder named 'test', the output of the lsd command.

rclone --config=/config/xdg/config/rclone/rclone.conf lsd megaDoyleMediaENFTP:media/test
          -1 2024-05-17 16:27:00        -1 mydocs
          -1 2024-05-17 16:27:00        -1 mydocs

Run the command 'rclone version' and share the full output of the command.

rclone v1.67.0-beta.7966.96e39ea48
- os/version: ubuntu 20.04 (64 bit)
- os/kernel: 5.15.0-107-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.3
- go/linking: static
- go/tags: none

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

megacmd

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

rclone --config=/config/xdg/config/rclone/rclone.conf copy /ShareWithDockersRU/downloads/complete/mydocs megaDoyleMediaENFTP:media/test/mydocs -vv --log-file /config/scripts/log.log

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[mega-ftp]
type = alias
remote = megaFTP:/XXX/XXX

[megaDoyleMediaENFTP]
type = crypt
remote = mega-ftp:
password = XXX
password2 = XXX

[megaFTP]
type = ftp
host = XXX
port = 4990
user =
pass = XXX

A log from the command that you were trying to run with the -vv flag

2024/05/17 13:27:58 DEBUG : rclone: Version "v1.67.0-beta.7966.96e39ea48" starting with parameters ["rclone" "--config=/config/xdg/config/rclone/rclone.conf" "copy" "/ShareWithDockersRU/downloads/complete/mydocs" "megaDoyleMediaENFTP:media/test/mydocs" "-vv" "--log-file" "/config/scripts/log.log"]
2024/05/17 13:27:58 DEBUG : Creating backend with remote "/ShareWithDockersRU/downloads/complete/mydocs"
2024/05/17 13:27:58 DEBUG : Using config file from "/config/xdg/config/rclone/rclone.conf"
2024/05/17 13:27:58 DEBUG : Creating backend with remote "megaDoyleMediaENFTP:media/test/mydocs"
2024/05/17 13:27:58 DEBUG : Creating backend with remote "mega-ftp:d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay"
2024/05/17 13:27:58 DEBUG : Creating backend with remote "megaFTP:/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay"
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: Connecting to FTP server
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:4990")
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1559")
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:27:58 DEBUG : fs cache: renaming cache item "mega-ftp:d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay" to be canonical "megaFTP:/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay"
2024/05/17 13:27:58 DEBUG : fs cache: switching user supplied name "mega-ftp:d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay" for canonical name "megaFTP:/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay"
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1559")
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:27:58 DEBUG : file01.txt: Need to transfer - File not found at Destination
2024/05/17 13:27:58 DEBUG : file02.txt: Need to transfer - File not found at Destination
2024/05/17 13:27:58 DEBUG : Encrypted drive 'megaDoyleMediaENFTP:media/test/mydocs': Waiting for checks to finish
2024/05/17 13:27:58 DEBUG : Encrypted drive 'megaDoyleMediaENFTP:media/test/mydocs': Waiting for transfers to finish
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: Connecting to FTP server
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1559")
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:4990")
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1560")
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1559")
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1560")
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1559")
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1560")
2024/05/17 13:27:58 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: SetModTime is not supported
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1559")
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:27:59 ERROR : file01.txt: Failed to copy: update getinfo: object not found
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1559")
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: SetModTime is not supported
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1559")
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1560")
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1560")
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:27:59 DEBUG : file02.txt.lafisef7.partial: renamed to: file02.txt
2024/05/17 13:27:59 INFO  : file02.txt: Copied (new)
2024/05/17 13:27:59 ERROR : Attempt 1/3 failed with 1 errors and: update getinfo: object not found
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1559")
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:27:59 DEBUG : file01.txt: Need to transfer - File not found at Destination
2024/05/17 13:27:59 DEBUG : Encrypted drive 'megaDoyleMediaENFTP:media/test/mydocs': Waiting for checks to finish
2024/05/17 13:27:59 DEBUG : file02.txt: Sizes identical
2024/05/17 13:27:59 DEBUG : file02.txt: Unchanged skipping
2024/05/17 13:27:59 DEBUG : Encrypted drive 'megaDoyleMediaENFTP:media/test/mydocs': Waiting for transfers to finish
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1560")
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1559")
2024/05/17 13:27:59 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:28:00 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: SetModTime is not supported
2024/05/17 13:28:00 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1560")
2024/05/17 13:28:00 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:28:00 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1559")
2024/05/17 13:28:00 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:28:00 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: dial("tcp","127.0.0.1:1559")
2024/05/17 13:28:00 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/17 13:28:00 DEBUG : file01.txt.wozemiq8.partial: renamed to: file01.txt
2024/05/17 13:28:00 INFO  : file01.txt: Copied (new)
2024/05/17 13:28:00 ERROR : Attempt 2/3 succeeded
2024/05/17 13:28:00 INFO  : 
Transferred:   	        159 B / 159 B, 100%, 105 B/s, ETA 0s
Checks:                 1 / 1, 100%
Transferred:            2 / 2, 100%
Elapsed time:         2.0s

2024/05/17 13:28:00 DEBUG : 6 go routines active
2024/05/17 13:28:00 DEBUG : ftp://127.0.0.1:4990/XXXXX/XXXXX/d7sydegf7ewhew7fey7efd/3e829hrf774dhf2dnsua/876dsa78dgasdyhay: closing 2 unused connections

welcome to the forum,

maybe try webdav instead of ftp.

I have tried. same issue :frowning:

your example, using mydocs, is only two times, not three times?


let's do testing with webdav, not ftp, and use stable rclone, not beta, ok?

can you copy to the webdav remote, not the crypt remote and post the full output.
to keep the log small, add --inplace --retries=1

your example, using mydocs, is only two times, not three times?

Sorry, I hadn't noticed that ... typically, it makes three copies, but now that I've added five files inside 'mydocs,' it's duplicated four times! Anyway, I've downgraded to the stable version of rclone.

rclone v1.66.0
- os/version: ubuntu 20.04 (64 bit)
- os/kernel: 5.15.0-107-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.1
- go/linking: static
- go/tags: none

I have changed to mega WebDAV

[mega-ftp]
type = alias
remote = megaFTP:/XXX/XXX

[megaDAV]
type = webdav
url = http://127.0.0.1:4443/XXX/XXX
vendor = other

[megaDoyleMediaENDAV]
type = crypt
remote = megaDAV:
password = XXX
password2 = XXX

[megaDoyleMediaENFTP]
type = crypt
remote = mega-ftp:
password = XXX
password2 = XXX

[megaFTP]
type = ftp
host = XXX
port = 4990
user =
pass = XXX

I have deleted everything inside the 'test' folder and copied the 'mydocs' folder again into the 'test' folder. Same issue persists:

rclone --config=/config/xdg/config/rclone/rclone.conf lsd megaDoyleMediaENDAV:media/test
          -1 1970-01-01 03:00:00        -1 mydocs
          -1 1970-01-01 03:00:00        -1 mydocs
          -1 1970-01-01 03:00:00        -1 mydocs
          -1 1970-01-01 03:00:00        -1 mydocs

log:

2024/05/18 01:16:33 DEBUG : rclone: Version "v1.66.0" starting with parameters ["rclone" "--config=/config/xdg/config/rclone/rclone.conf" "copy" "/ShareWithDockersRU/downloads/complete/mydocs" "megaDoyleMediaENDAV:media/test/mydocs" "--inplace" "--retries=1" "-vv" "--log-file" "/config/scripts/log.log"]
2024/05/18 01:16:33 DEBUG : Creating backend with remote "/ShareWithDockersRU/downloads/complete/mydocs"
2024/05/18 01:16:33 DEBUG : Using config file from "/config/xdg/config/rclone/rclone.conf"
2024/05/18 01:16:33 DEBUG : Creating backend with remote "megaDoyleMediaENDAV:media/test/mydocs"
2024/05/18 01:16:33 DEBUG : Creating backend with remote "megaDAV:XXXX/XXXX/XXXX"
2024/05/18 01:16:33 DEBUG : found headers: 
2024/05/18 01:16:33 DEBUG : file01.txt: Need to transfer - File not found at Destination
2024/05/18 01:16:33 DEBUG : file02.txt: Need to transfer - File not found at Destination
2024/05/18 01:16:33 DEBUG : file03.txt: Need to transfer - File not found at Destination
2024/05/18 01:16:33 DEBUG : file04.txt: Need to transfer - File not found at Destination
2024/05/18 01:16:33 DEBUG : file05.txt: Need to transfer - File not found at Destination
2024/05/18 01:16:33 DEBUG : Encrypted drive 'megaDoyleMediaENDAV:media/test/mydocs': Waiting for checks to finish
2024/05/18 01:16:33 DEBUG : Encrypted drive 'megaDoyleMediaENDAV:media/test/mydocs': Waiting for transfers to finish
2024/05/18 01:16:33 DEBUG : file01.txt: Update will use the normal upload strategy (no chunks)
2024/05/18 01:16:33 DEBUG : file02.txt: Update will use the normal upload strategy (no chunks)
2024/05/18 01:16:33 DEBUG : file03.txt: Update will use the normal upload strategy (no chunks)
2024/05/18 01:16:33 DEBUG : file04.txt: Update will use the normal upload strategy (no chunks)
2024/05/18 01:16:33 ERROR : file01.txt: Failed to copy: object not found
2024/05/18 01:16:33 DEBUG : file05.txt: Update will use the normal upload strategy (no chunks)
2024/05/18 01:16:33 INFO  : file02.txt: Copied (new)
2024/05/18 01:16:34 INFO  : file03.txt: Copied (new)
2024/05/18 01:16:34 INFO  : file04.txt: Copied (new)
2024/05/18 01:16:34 INFO  : file05.txt: Copied (new)
2024/05/18 01:16:34 ERROR : Attempt 1/1 failed with 1 errors and: object not found
2024/05/18 01:16:34 INFO  : 
Transferred:   	        265 B / 265 B, 100%, 0 B/s, ETA -
Errors:                 1 (retrying may help)
Transferred:            4 / 4, 100%
Elapsed time:         1.0s

2024/05/18 01:16:34 DEBUG : 5 go routines active
2024/05/18 01:16:34 Failed to copy: object not found

not sure what the is about?

to keep it simple, maybe test using megaDAV: as the dest.

OK, now copy directly to Mega WebDAV. Unfortunately, same issue:

rclone --config=/config/xdg/config/rclone/rclone.conf lsd megaDAV:test
          -1 1970-01-01 03:00:00        -1 mydocs
          -1 1970-01-01 03:00:00        -1 mydocs
          -1 1970-01-01 03:00:00        -1 mydocs
          -1 1970-01-01 03:00:00        -1 mydocs

Log:

2024/05/18 02:27:41 DEBUG : rclone: Version "v1.66.0" starting with parameters ["rclone" "--config=/config/xdg/config/rclone/rclone.conf" "copy" "/ShareWithDockersRU/downloads/complete/mydocs" "megaDAV:test/mydocs" "--inplace" "--retries=1" "-vv" "--log-file" "/config/scripts/log.log"]
2024/05/18 02:27:41 DEBUG : Creating backend with remote "/ShareWithDockersRU/downloads/complete/mydocs"
2024/05/18 02:27:41 DEBUG : Using config file from "/config/xdg/config/rclone/rclone.conf"
2024/05/18 02:27:41 DEBUG : Creating backend with remote "megaDAV:test/mydocs"
2024/05/18 02:27:41 DEBUG : found headers: 
2024/05/18 02:27:41 DEBUG : file01.txt: Need to transfer - File not found at Destination
2024/05/18 02:27:41 DEBUG : file02.txt: Need to transfer - File not found at Destination
2024/05/18 02:27:41 DEBUG : file03.txt: Need to transfer - File not found at Destination
2024/05/18 02:27:41 DEBUG : file04.txt: Need to transfer - File not found at Destination
2024/05/18 02:27:41 DEBUG : file05.txt: Need to transfer - File not found at Destination
2024/05/18 02:27:41 DEBUG : webdav root 'test/mydocs': Waiting for checks to finish
2024/05/18 02:27:41 DEBUG : webdav root 'test/mydocs': Waiting for transfers to finish
2024/05/18 02:27:41 DEBUG : file01.txt: Update will use the normal upload strategy (no chunks)
2024/05/18 02:27:41 DEBUG : file02.txt: Update will use the normal upload strategy (no chunks)
2024/05/18 02:27:41 DEBUG : file03.txt: Update will use the normal upload strategy (no chunks)
2024/05/18 02:27:41 DEBUG : file04.txt: Update will use the normal upload strategy (no chunks)
2024/05/18 02:27:42 ERROR : file01.txt: Failed to copy: object not found
2024/05/18 02:27:42 DEBUG : file05.txt: Update will use the normal upload strategy (no chunks)
2024/05/18 02:27:42 INFO  : file03.txt: Copied (new)
2024/05/18 02:27:42 INFO  : file02.txt: Copied (new)
2024/05/18 02:27:42 INFO  : file04.txt: Copied (new)
2024/05/18 02:27:42 INFO  : file05.txt: Copied (new)
2024/05/18 02:27:42 ERROR : Attempt 1/1 failed with 1 errors and: object not found
2024/05/18 02:27:42 INFO  : 
Transferred:   	         25 B / 25 B, 100%, 24 B/s, ETA 0s
Errors:                 1 (retrying may help)
Transferred:            4 / 4, 100%
Elapsed time:         1.2s

2024/05/18 02:27:42 DEBUG : 5 go routines active
2024/05/18 02:27:42 Failed to copy: object not found

Please any help? :pray:t2:
Should we move this to "Suspected Bug" category?

could be a bug with megacmd, need to examine the debug logs for megacmd.
and what other tools, other then rclone has you tested?

If I rclone mount and then copy to mega mounted disk to will work without any issue.
Additionally, if I copy files directly to Mega using megacmd, it will work. Mapping the webdav URL in macOS or Synology will also function properly.

The issue only arises when using rclone copy/sync.

afaik, mega over webdav/ftp using megacmd, is not a supported setup with rclone.
if you want a more detailed log, --dump=headers

Many thanks for trying to help me

This is a log with --dump=headers

2024/05/21 23:41:24 DEBUG : rclone: Version "v1.66.0" starting with parameters ["rclone" "--config=/config/xdg/config/rclone/rclone.conf" "copy" "/ShareWithDockersRU/downloads/complete/mydocs" "megaDoyleMediaENDAV:media/test/mydocs" "--dump=headers" "--inplace" "--retries=1" "-vv" "--log-file" "/config/scripts/log.log"]
2024/05/21 23:41:24 DEBUG : Creating backend with remote "/ShareWithDockersRU/downloads/complete/mydocs"
2024/05/21 23:41:24 DEBUG : Using config file from "/config/xdg/config/rclone/rclone.conf"
2024/05/21 23:41:24 DEBUG : Creating backend with remote "megaDoyleMediaENDAV:media/test/mydocs"
2024/05/21 23:41:24 DEBUG : Creating backend with remote "megaDAV:01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi"
2024/05/21 23:41:24 DEBUG : found headers: 
2024/05/21 23:41:24 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2024/05/21 23:41:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:24 DEBUG : HTTP REQUEST (req 0xc000ad6900)
2024/05/21 23:41:24 DEBUG : PROPFIND /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Depth: 1
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:24 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:24 DEBUG : HTTP RESPONSE (req 0xc000ad6900)
2024/05/21 23:41:24 DEBUG : HTTP/1.1 404 Not Found
Connection: close

2024/05/21 23:41:24 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:24 DEBUG : HTTP REQUEST (req 0xc0001da6c0)
2024/05/21 23:41:24 DEBUG : PROPFIND /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/ HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Depth: 1
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:24 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:24 DEBUG : HTTP RESPONSE (req 0xc0001da6c0)
2024/05/21 23:41:24 DEBUG : HTTP/1.1 404 Not Found
Connection: close

2024/05/21 23:41:24 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:24 DEBUG : file01.txt: Need to transfer - File not found at Destination
2024/05/21 23:41:24 DEBUG : file02.txt: Need to transfer - File not found at Destination
2024/05/21 23:41:24 DEBUG : file03.txt: Need to transfer - File not found at Destination
2024/05/21 23:41:24 DEBUG : file04.txt: Need to transfer - File not found at Destination
2024/05/21 23:41:24 DEBUG : file05.txt: Need to transfer - File not found at Destination
2024/05/21 23:41:24 DEBUG : Encrypted drive 'megaDoyleMediaENDAV:media/test/mydocs': Waiting for checks to finish
2024/05/21 23:41:24 DEBUG : Encrypted drive 'megaDoyleMediaENDAV:media/test/mydocs': Waiting for transfers to finish
2024/05/21 23:41:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:24 DEBUG : HTTP REQUEST (req 0xc000ad6ea0)
2024/05/21 23:41:24 DEBUG : MKCOL /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/ HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:24 DEBUG : HTTP REQUEST (req 0xc0002b7320)
2024/05/21 23:41:24 DEBUG : MKCOL /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/ HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:24 DEBUG : HTTP REQUEST (req 0xc000ad7200)
2024/05/21 23:41:24 DEBUG : MKCOL /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/ HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:24 DEBUG : HTTP REQUEST (req 0xc000ad7680)
2024/05/21 23:41:24 DEBUG : MKCOL /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/ HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:24 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:24 DEBUG : HTTP RESPONSE (req 0xc000ad6ea0)
2024/05/21 23:41:24 DEBUG : HTTP/1.1 201 Created
Connection: close

2024/05/21 23:41:24 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:24 DEBUG : file01.txt: Update will use the normal upload strategy (no chunks)
2024/05/21 23:41:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:24 DEBUG : HTTP REQUEST (req 0xc000ad78c0)
2024/05/21 23:41:24 DEBUG : PUT /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/04ndbuasidiwddwmd HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Content-Length: 53
Content-Type: application/octet-stream
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : HTTP RESPONSE (req 0xc0002b7320)
2024/05/21 23:41:25 DEBUG : HTTP/1.1 201 Created
Connection: close

2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : file02.txt: Update will use the normal upload strategy (no chunks)
2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : HTTP REQUEST (req 0xc0006bd0e0)
2024/05/21 23:41:25 DEBUG : PUT /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/05dnjbhasbdjasdnja HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Content-Length: 53
Content-Type: application/octet-stream
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : HTTP RESPONSE (req 0xc000ad7200)
2024/05/21 23:41:25 DEBUG : HTTP/1.1 201 Created
Connection: close

2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : HTTP RESPONSE (req 0xc000ad7680)
2024/05/21 23:41:25 DEBUG : HTTP/1.1 201 Created
Connection: close

2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : file03.txt: Update will use the normal upload strategy (no chunks)
2024/05/21 23:41:25 DEBUG : file04.txt: Update will use the normal upload strategy (no chunks)
2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : HTTP REQUEST (req 0xc0005fe480)
2024/05/21 23:41:25 DEBUG : PUT /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/06nfbjaefbdueadn HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Content-Length: 53
Content-Type: application/octet-stream
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : HTTP REQUEST (req 0xc0002b77a0)
2024/05/21 23:41:25 DEBUG : PUT /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/07dansjdbnsajdnjsa HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Content-Length: 53
Content-Type: application/octet-stream
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : HTTP RESPONSE (req 0xc000ad78c0)
2024/05/21 23:41:25 DEBUG : HTTP/1.1 201 Created
Connection: close

2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : HTTP REQUEST (req 0xc0009785a0)
2024/05/21 23:41:25 DEBUG : PROPFIND /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/04ndbuasidiwddwmd HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Depth: 1
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : HTTP RESPONSE (req 0xc0009785a0)
2024/05/21 23:41:25 DEBUG : HTTP/1.1 404 Not Found
Connection: close

2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 ERROR : file01.txt: Failed to copy: object not found
2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : HTTP REQUEST (req 0xc000978900)
2024/05/21 23:41:25 DEBUG : MKCOL /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/ HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : HTTP RESPONSE (req 0xc000978900)
2024/05/21 23:41:25 DEBUG : HTTP/1.1 405 Unknown Error
Connection: close

2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : file05.txt: Update will use the normal upload strategy (no chunks)
2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : HTTP REQUEST (req 0xc000a04120)
2024/05/21 23:41:25 DEBUG : PUT /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/08ndsahdusdhuwhduwnd HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Content-Length: 53
Content-Type: application/octet-stream
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : HTTP RESPONSE (req 0xc0006bd0e0)
2024/05/21 23:41:25 DEBUG : HTTP/1.1 201 Created
Connection: close

2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : HTTP REQUEST (req 0xc0008127e0)
2024/05/21 23:41:25 DEBUG : PROPFIND /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/05dnjbhasbdjasdnja HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Depth: 1
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : HTTP RESPONSE (req 0xc0005fe480)
2024/05/21 23:41:25 DEBUG : HTTP/1.1 201 Created
Connection: close

2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : HTTP RESPONSE (req 0xc0002b77a0)
2024/05/21 23:41:25 DEBUG : HTTP/1.1 201 Created
Connection: close

2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : HTTP REQUEST (req 0xc000660fc0)
2024/05/21 23:41:25 DEBUG : PROPFIND /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/06nfbjaefbdueadn HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Depth: 1
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : HTTP RESPONSE (req 0xc0008127e0)
2024/05/21 23:41:25 DEBUG : HTTP/1.1 207 Multi-Status
Content-Length: 661
Content-Type: application/xml; charset=utf-8
Server: MEGAsdk

2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : HTTP RESPONSE (req 0xc000660fc0)
2024/05/21 23:41:25 DEBUG : Error: http: server closed idle connection
2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : pacer: low level retry 1/10 (error Propfind "http://127.0.0.1:4443/XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/06nfbjaefbdueadn": http: server closed idle connection)
2024/05/21 23:41:25 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2024/05/21 23:41:25 INFO  : file02.txt: Copied (new)
2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : HTTP REQUEST (req 0xc0008d4360)
2024/05/21 23:41:25 DEBUG : PROPFIND /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/07dansjdbnsajdnjsa HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Depth: 1
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : HTTP RESPONSE (req 0xc0008d4360)
2024/05/21 23:41:25 DEBUG : HTTP/1.1 207 Multi-Status
Content-Length: 661
Content-Type: application/xml; charset=utf-8
Server: MEGAsdk

2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : pacer: Reducing sleep to 15ms
2024/05/21 23:41:25 INFO  : file04.txt: Copied (new)
2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : HTTP REQUEST (req 0xc000a04b40)
2024/05/21 23:41:25 DEBUG : PROPFIND /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/06nfbjaefbdueadn HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Depth: 1
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : HTTP RESPONSE (req 0xc000a04b40)
2024/05/21 23:41:25 DEBUG : HTTP/1.1 207 Multi-Status
Content-Length: 661
Content-Type: application/xml; charset=utf-8
Server: MEGAsdk

2024/05/21 23:41:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:25 DEBUG : pacer: Reducing sleep to 11.25ms
2024/05/21 23:41:25 INFO  : file03.txt: Copied (new)
2024/05/21 23:41:26 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:26 DEBUG : HTTP RESPONSE (req 0xc000a04120)
2024/05/21 23:41:26 DEBUG : HTTP/1.1 201 Created
Connection: close

2024/05/21 23:41:26 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:26 DEBUG : pacer: Reducing sleep to 10ms
2024/05/21 23:41:26 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:26 DEBUG : HTTP REQUEST (req 0xc000661560)
2024/05/21 23:41:26 DEBUG : PROPFIND /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/08ndsahdusdhuwhduwnd HTTP/1.1
Host: 127.0.0.1:4443
User-Agent: rclone/v1.66.0
Depth: 1
Referer: http://127.0.0.1:4443/XXXXX/XXXXX/
Accept-Encoding: gzip

2024/05/21 23:41:26 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/05/21 23:41:26 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:26 DEBUG : HTTP RESPONSE (req 0xc000661560)
2024/05/21 23:41:26 DEBUG : HTTP/1.1 207 Multi-Status
Content-Length: 661
Content-Type: application/xml; charset=utf-8
Server: MEGAsdk

2024/05/21 23:41:26 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/05/21 23:41:26 INFO  : file05.txt: Copied (new)
2024/05/21 23:41:26 ERROR : Attempt 1/1 failed with 1 errors and: object not found
2024/05/21 23:41:26 INFO  : 
Transferred:   	        265 B / 265 B, 100%, 264 B/s, ETA 0s
Errors:                 1 (retrying may help)
Transferred:            4 / 4, 100%
Elapsed time:         1.4s

2024/05/21 23:41:26 DEBUG : 5 go routines active
2024/05/21 23:41:26 Failed to copy: object not found

MKCOL /XXXXX/XXXXX/01nsudhqi2932u3j93/02ncjasdjkaslcscs8/03mdkasdjadksadi/ HTTP/1.1
for some reason, rclone issues that command multiple times in a row, without waiting for a reply.

the strange thing, you first posted about an issue using ftp from megacmd server.
why would rclone misbehave using two different protocols, ftp and webdav.

i would test last stable v1.65.2

can you re-run and post your ftp command, with --dump=headers

Here is the log using rclone 1.65.2

2024/05/22 09:59:03 DEBUG : rclone: Version "v1.65.2" starting with parameters ["rclone" "--config=/config/xdg/config/rclone/rclone.conf" "copy" "/ShareWithDockersRU/downloads/complete/mydocs" "megaDoyleMediaENFTP:media/test/mydocs" "--dump=headers" "--inplace" "--retries=1" "-vv" "--log-file" "/config/scripts/log.log"]
2024/05/22 09:59:03 DEBUG : Creating backend with remote "/ShareWithDockersRU/downloads/complete/mydocs"
2024/05/22 09:59:03 DEBUG : Using config file from "/config/xdg/config/rclone/rclone.conf"
2024/05/22 09:59:03 DEBUG : Creating backend with remote "megaDoyleMediaENFTP:media/test/mydocs"
2024/05/22 09:59:03 DEBUG : Creating backend with remote "mega-ftp:01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : Creating backend with remote "megaFTP:/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: Connecting to FTP server
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:4990")
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Rx: "220 Wellcome to FTP MEGA Server"
2024/05/22 09:59:03 DEBUG : FTP Tx: "USER root"
2024/05/22 09:59:03 DEBUG : FTP Rx: "331 User name okay, need password"
2024/05/22 09:59:03 DEBUG : FTP Tx: PASS *****
2024/05/22 09:59:03 DEBUG : FTP Rx: "230 User logged in, proceed"
2024/05/22 09:59:03 DEBUG : FTP Tx: "FEAT"
2024/05/22 09:59:03 DEBUG : FTP Rx: "211-Features:"
2024/05/22 09:59:03 DEBUG : FTP Rx: " SIZE"
2024/05/22 09:59:03 DEBUG : FTP Rx: " PROT"
2024/05/22 09:59:03 DEBUG : FTP Rx: " EPSV"
2024/05/22 09:59:03 DEBUG : FTP Rx: " PBSZ"
2024/05/22 09:59:03 DEBUG : FTP Rx: " UTF8 ON"
2024/05/22 09:59:03 DEBUG : FTP Rx: "211 End"
2024/05/22 09:59:03 DEBUG : FTP Tx: "TYPE I"
2024/05/22 09:59:03 DEBUG : FTP Rx: "200 OK"
2024/05/22 09:59:03 DEBUG : FTP Tx: "OPTS UTF8 ON"
2024/05/22 09:59:03 DEBUG : FTP Rx: "200 All good"
2024/05/22 09:59:03 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:03 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1518|)"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1518")
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Tx: "LIST /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "150 Here comes the directory listing"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 21 23:39 ."
2024/05/22 09:59:03 DEBUG : FTP Rx: ""
2024/05/22 09:59:03 DEBUG : FTP Rx: "226 Closing data connection. Requested file action successful."
2024/05/22 09:59:03 DEBUG : fs cache: renaming cache item "mega-ftp:01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX" to be canonical "megaFTP:/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : fs cache: switching user supplied name "mega-ftp:01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX" for canonical name "megaFTP:/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:03 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1518|)"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1518")
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Tx: "LIST /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "550 Not Found"
2024/05/22 09:59:03 DEBUG : FTP Tx: "NOOP"
2024/05/22 09:59:03 DEBUG : FTP Rx: "200 NOOP from MEGA!"
2024/05/22 09:59:03 DEBUG : file01.txt: Need to transfer - File not found at Destination
2024/05/22 09:59:03 DEBUG : file02.txt: Need to transfer - File not found at Destination
2024/05/22 09:59:03 DEBUG : file03.txt: Need to transfer - File not found at Destination
2024/05/22 09:59:03 DEBUG : file04.txt: Need to transfer - File not found at Destination
2024/05/22 09:59:03 DEBUG : file05.txt: Need to transfer - File not found at Destination
2024/05/22 09:59:03 DEBUG : Encrypted drive 'megaDoyleMediaENFTP:media/test/mydocs': Waiting for checks to finish
2024/05/22 09:59:03 DEBUG : Encrypted drive 'megaDoyleMediaENFTP:media/test/mydocs': Waiting for transfers to finish
2024/05/22 09:59:03 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: Connecting to FTP server
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: Connecting to FTP server
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:4990")
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: Connecting to FTP server
2024/05/22 09:59:03 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1518|)"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1518")
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Rx: "220 Wellcome to FTP MEGA Server"
2024/05/22 09:59:03 DEBUG : FTP Tx: "USER root"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Rx: "331 User name okay, need password"
2024/05/22 09:59:03 DEBUG : FTP Tx: PASS *****
2024/05/22 09:59:03 DEBUG : FTP Tx: "LIST /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "230 User logged in, proceed"
2024/05/22 09:59:03 DEBUG : FTP Tx: "FEAT"
2024/05/22 09:59:03 DEBUG : FTP Rx: "150 Here comes the directory listing"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 21 23:39 ."
2024/05/22 09:59:03 DEBUG : FTP Rx: ""
2024/05/22 09:59:03 DEBUG : FTP Rx: "211-Features:"
2024/05/22 09:59:03 DEBUG : FTP Rx: " SIZE"
2024/05/22 09:59:03 DEBUG : FTP Rx: " PROT"
2024/05/22 09:59:03 DEBUG : FTP Rx: " EPSV"
2024/05/22 09:59:03 DEBUG : FTP Rx: " PBSZ"
2024/05/22 09:59:03 DEBUG : FTP Rx: " UTF8 ON"
2024/05/22 09:59:03 DEBUG : FTP Rx: "211 End"
2024/05/22 09:59:03 DEBUG : FTP Tx: "TYPE I"
2024/05/22 09:59:03 DEBUG : FTP Rx: "200 OK"
2024/05/22 09:59:03 DEBUG : FTP Tx: "OPTS UTF8 ON"
2024/05/22 09:59:03 DEBUG : FTP Rx: "200 All good"
2024/05/22 09:59:03 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:03 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1519|)"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1519")
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Tx: "LIST /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "150 Here comes the directory listing"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 21 23:39 ."
2024/05/22 09:59:03 DEBUG : FTP Rx: ""
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:4990")
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Rx: "220 Wellcome to FTP MEGA Server"
2024/05/22 09:59:03 DEBUG : FTP Tx: "USER root"
2024/05/22 09:59:03 DEBUG : FTP Rx: "331 User name okay, need password"
2024/05/22 09:59:03 DEBUG : FTP Tx: PASS *****
2024/05/22 09:59:03 DEBUG : FTP Rx: "230 User logged in, proceed"
2024/05/22 09:59:03 DEBUG : FTP Tx: "FEAT"
2024/05/22 09:59:03 DEBUG : FTP Rx: "211-Features:"
2024/05/22 09:59:03 DEBUG : FTP Rx: " SIZE"
2024/05/22 09:59:03 DEBUG : FTP Rx: " PROT"
2024/05/22 09:59:03 DEBUG : FTP Rx: " EPSV"
2024/05/22 09:59:03 DEBUG : FTP Rx: " PBSZ"
2024/05/22 09:59:03 DEBUG : FTP Rx: " UTF8 ON"
2024/05/22 09:59:03 DEBUG : FTP Rx: "211 End"
2024/05/22 09:59:03 DEBUG : FTP Tx: "TYPE I"
2024/05/22 09:59:03 DEBUG : FTP Rx: "200 OK"
2024/05/22 09:59:03 DEBUG : FTP Tx: "OPTS UTF8 ON"
2024/05/22 09:59:03 DEBUG : FTP Rx: "200 All good"
2024/05/22 09:59:03 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:03 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1520|)"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1520")
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Tx: "LIST /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "150 Here comes the directory listing"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 21 23:39 ."
2024/05/22 09:59:03 DEBUG : FTP Rx: ""
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:4990")
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Rx: "220 Wellcome to FTP MEGA Server"
2024/05/22 09:59:03 DEBUG : FTP Tx: "USER root"
2024/05/22 09:59:03 DEBUG : FTP Rx: "331 User name okay, need password"
2024/05/22 09:59:03 DEBUG : FTP Tx: PASS *****
2024/05/22 09:59:03 DEBUG : FTP Rx: "230 User logged in, proceed"
2024/05/22 09:59:03 DEBUG : FTP Tx: "FEAT"
2024/05/22 09:59:03 DEBUG : FTP Rx: "211-Features:"
2024/05/22 09:59:03 DEBUG : FTP Rx: " SIZE"
2024/05/22 09:59:03 DEBUG : FTP Rx: " PROT"
2024/05/22 09:59:03 DEBUG : FTP Rx: " EPSV"
2024/05/22 09:59:03 DEBUG : FTP Rx: " PBSZ"
2024/05/22 09:59:03 DEBUG : FTP Rx: " UTF8 ON"
2024/05/22 09:59:03 DEBUG : FTP Rx: "211 End"
2024/05/22 09:59:03 DEBUG : FTP Tx: "TYPE I"
2024/05/22 09:59:03 DEBUG : FTP Rx: "200 OK"
2024/05/22 09:59:03 DEBUG : FTP Tx: "OPTS UTF8 ON"
2024/05/22 09:59:03 DEBUG : FTP Rx: "200 All good"
2024/05/22 09:59:03 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:03 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1521|)"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1521")
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Tx: "LIST /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "150 Here comes the directory listing"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 21 23:39 ."
2024/05/22 09:59:03 DEBUG : FTP Rx: ""
2024/05/22 09:59:03 DEBUG : FTP Rx: "226 Closing data connection. Requested file action successful."
2024/05/22 09:59:03 DEBUG : FTP Rx: "226 Closing data connection. Requested file action successful."
2024/05/22 09:59:03 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:03 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:03 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1519|)"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1519")
2024/05/22 09:59:03 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1518|)"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1518")
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Tx: "LIST /XXXX/XXXX/01XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Tx: "LIST /XXXX/XXXX/01XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "150 Here comes the directory listing"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 13 15:41 ."
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 23:35 04XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 13 15:44 05XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 09:23 06XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 21 23:39 02XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 07 08:49 07XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 09:43 08XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 13 20:39 09XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 11:09 10XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 11:15 11XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 15 23:28 12XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 11:10 13XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 16 17:09 14XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 09:22 15XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: ""
2024/05/22 09:59:03 DEBUG : FTP Rx: "150 Here comes the directory listing"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 13 15:41 ."
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 23:35 04XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 13 15:44 05XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 09:23 06XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 21 23:39 02XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 07 08:49 07XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 09:43 08XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 13 20:39 09XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 11:09 10XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 11:15 11XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 15 23:28 12XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 11:10 13XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 16 17:09 14XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 09:22 15XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: ""
2024/05/22 09:59:03 DEBUG : FTP Rx: "226 Closing data connection. Requested file action successful."
2024/05/22 09:59:03 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:03 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1520|)"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1520")
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Tx: "LIST /XXXX/XXXX/01XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "150 Here comes the directory listing"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 13 15:41 ."
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 23:35 04XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 13 15:44 05XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 09:23 06XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 21 23:39 02XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 07 08:49 07XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 09:43 08XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 13 20:39 09XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 11:09 10XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 11:15 11XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 15 23:28 12XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 11:10 13XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 16 17:09 14XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 09:22 15XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: ""
2024/05/22 09:59:03 DEBUG : FTP Rx: "226 Closing data connection. Requested file action successful."
2024/05/22 09:59:03 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:03 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1521|)"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1521")
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Tx: "LIST /XXXX/XXXX/01XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "150 Here comes the directory listing"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 13 15:41 ."
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 23:35 04XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 13 15:44 05XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 09:23 06XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 21 23:39 02XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 07 08:49 07XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 09:43 08XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 13 20:39 09XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 11:09 10XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 11:15 11XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 15 23:28 12XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 11:10 13XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 16 17:09 14XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 Sep 14 09:22 15XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: ""
2024/05/22 09:59:03 DEBUG : FTP Rx: "226 Closing data connection. Requested file action successful."
2024/05/22 09:59:03 DEBUG : FTP Rx: "226 Closing data connection. Requested file action successful."
2024/05/22 09:59:03 DEBUG : FTP Tx: "MKD /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Tx: "MKD /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "226 Closing data connection. Requested file action successful."
2024/05/22 09:59:03 DEBUG : FTP Tx: "MKD /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "226 Closing data connection. Requested file action successful."
2024/05/22 09:59:03 DEBUG : FTP Tx: "MKD /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "257 03XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:03 DEBUG : FTP Rx: "257 03XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:03 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1518|)"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1518")
2024/05/22 09:59:03 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1519|)"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1519")
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Tx: "STOR /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX/16XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Tx: "STOR /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX/17XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "150 Opening data connection for storing /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX/16XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "150 Opening data connection for storing /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX/17XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "257 03XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:03 DEBUG : FTP Rx: "257 03XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:03 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1520|)"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1520")
2024/05/22 09:59:03 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1521|)"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1521")
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Tx: "STOR /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX/18XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:03 DEBUG : FTP Tx: "STOR /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX/19XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "150 Opening data connection for storing /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX/18XXXXXXXXX"
2024/05/22 09:59:03 DEBUG : FTP Rx: "150 Opening data connection for storing /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX/19XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: "250 Requested file action okay, completed."
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: SetModTime is not supported
2024/05/22 09:59:04 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:04 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1518|)"
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1518")
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:04 DEBUG : FTP Tx: "LIST /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: "150 Here comes the directory listing"
2024/05/22 09:59:04 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 22 09:59 ."
2024/05/22 09:59:04 DEBUG : FTP Rx: ""
2024/05/22 09:59:04 DEBUG : FTP Rx: "226 Closing data connection. Requested file action successful."
2024/05/22 09:59:04 ERROR : file01.txt: Failed to copy: update getinfo: object not found
2024/05/22 09:59:04 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:04 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1518|)"
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1518")
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:04 DEBUG : FTP Tx: "LIST /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: "150 Here comes the directory listing"
2024/05/22 09:59:04 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 21 23:39 ."
2024/05/22 09:59:04 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 22 09:59 03XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 22 09:59 03XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 22 09:59 03XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 22 09:59 03XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: ""
2024/05/22 09:59:04 DEBUG : FTP Rx: "226 Closing data connection. Requested file action successful."
2024/05/22 09:59:04 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:04 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1518|)"
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1518")
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:04 DEBUG : FTP Tx: "STOR /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX/20XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: "150 Opening data connection for storing /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX/20XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: "250 Requested file action okay, completed."
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: SetModTime is not supported
2024/05/22 09:59:04 DEBUG : FTP Rx: "250 Requested file action okay, completed."
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: SetModTime is not supported
2024/05/22 09:59:04 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:04 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:04 DEBUG : FTP Rx: "250 Requested file action okay, completed."
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: SetModTime is not supported
2024/05/22 09:59:04 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:04 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1521|)"
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1521")
2024/05/22 09:59:04 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1519|)"
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1519")
2024/05/22 09:59:04 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1520|)"
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1520")
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:04 DEBUG : FTP Tx: "LIST /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:04 DEBUG : FTP Tx: "LIST /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:04 DEBUG : FTP Tx: "LIST /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: "150 Here comes the directory listing"
2024/05/22 09:59:04 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 22 09:59 ."
2024/05/22 09:59:04 DEBUG : FTP Rx: "-rw-rw-r--     1 1000 1000       53 May 22 09:59 18XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: "-rw-rw-r--     1 1000 1000       53 May 22 09:59 19XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: ""
2024/05/22 09:59:04 DEBUG : FTP Rx: "150 Here comes the directory listing"
2024/05/22 09:59:04 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 22 09:59 ."
2024/05/22 09:59:04 DEBUG : FTP Rx: "-rw-rw-r--     1 1000 1000       53 May 22 09:59 18XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: "-rw-rw-r--     1 1000 1000       53 May 22 09:59 19XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: ""
2024/05/22 09:59:04 DEBUG : FTP Rx: "150 Here comes the directory listing"
2024/05/22 09:59:04 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 22 09:59 ."
2024/05/22 09:59:04 DEBUG : FTP Rx: "-rw-rw-r--     1 1000 1000       53 May 22 09:59 18XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: "-rw-rw-r--     1 1000 1000       53 May 22 09:59 19XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: ""
2024/05/22 09:59:04 DEBUG : FTP Rx: "226 Closing data connection. Requested file action successful."
2024/05/22 09:59:04 DEBUG : FTP Rx: "226 Closing data connection. Requested file action successful."
2024/05/22 09:59:04 DEBUG : FTP Rx: "226 Closing data connection. Requested file action successful."
2024/05/22 09:59:04 ERROR : file02.txt: Failed to copy: update getinfo: object not found
2024/05/22 09:59:04 INFO  : file04.txt: Copied (new)
2024/05/22 09:59:04 INFO  : file03.txt: Copied (new)
2024/05/22 09:59:04 DEBUG : FTP Rx: "250 Requested file action okay, completed."
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: SetModTime is not supported
2024/05/22 09:59:04 DEBUG : FTP Tx: "EPSV"
2024/05/22 09:59:04 DEBUG : FTP Rx: "229 Entering Extended Passive Mode (|||1521|)"
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: dial("tcp","127.0.0.1:1521")
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/05/22 09:59:04 DEBUG : FTP Tx: "LIST /XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: "150 Here comes the directory listing"
2024/05/22 09:59:04 DEBUG : FTP Rx: "drwxrwxrwx     1 1000 1000        4 May 22 09:59 ."
2024/05/22 09:59:04 DEBUG : FTP Rx: "-rw-rw-r--     1 1000 1000       53 May 22 09:59 18XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: "-rw-rw-r--     1 1000 1000       53 May 22 09:59 19XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: "-rw-rw-r--     1 1000 1000       53 May 22 09:59 20XXXXXXXXX"
2024/05/22 09:59:04 DEBUG : FTP Rx: ""
2024/05/22 09:59:04 DEBUG : FTP Rx: "226 Closing data connection. Requested file action successful."
2024/05/22 09:59:04 INFO  : file05.txt: Copied (new)
2024/05/22 09:59:04 ERROR : Attempt 1/1 failed with 2 errors and: update getinfo: object not found
2024/05/22 09:59:04 INFO  : 
Transferred:   	        265 B / 265 B, 100%, 0 B/s, ETA -
Errors:                 2 (retrying may help)
Transferred:            3 / 3, 100%
Elapsed time:         1.0s

2024/05/22 09:59:04 DEBUG : 5 go routines active
2024/05/22 09:59:04 DEBUG : ftp://127.0.0.1:4990/XXXX/XXXX/01XXXXXXXXX/02XXXXXXXXX/03XXXXXXXXX: closing 4 unused connections
2024/05/22 09:59:04 DEBUG : FTP Tx: "QUIT"
2024/05/22 09:59:04 DEBUG : FTP Tx: "QUIT"
2024/05/22 09:59:04 DEBUG : FTP Tx: "QUIT"
2024/05/22 09:59:04 DEBUG : FTP Tx: "QUIT"
2024/05/22 09:59:04 Failed to copy with 2 errors: last error was: update getinfo: object not found

Please, I'm still waiting. If anybody has any ideas to solve this issue.
Thanks

If I use --transfers=1, it will not duplicate the folder

Because the default value of transfers is 4, that means will duplicate it four times!

Any help to fix this issue? Is nobody here using megacmd with rclone?

Thanks

Even when I use --transfers=1 with a large file, it uploads indefinitely without stopping. I think this is a bug with rclone because, when I use any FTP client, it copies the files without any duplication or issues.

How I can move this to "Suspected Bug"?

Please any help

or
How can I move this to "Suspected Bug"

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