[mega-ftp]
type = ftp
host = 127.0.0.1
port = 4990
pass = x
[mega-crypt-ftp]
type = crypt
remote = mega-ftp:/y/z/
filename_encryption = standard
password = x
password2 = x
A log from the command with the -vv flag
2021/06/02 18:25:30 DEBUG : Using config file from "/home/user/.config/rclone/rclone.conf"
2021/06/02 18:25:30 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "copy" "-P" "/media/a/b.mp4" "mega-crypt-ftp:/SYNC/a/b/c/d/e/" "--log-file" "log.log" "-vv"]
2021/06/02 18:25:30 DEBUG : Creating backend with remote "/media/a/b.mp4"
2021/06/02 18:25:30 DEBUG : fs cache: adding new entry for parent of "/media/a/b.mp4", "/media/a"
2021/06/02 18:25:30 DEBUG : Creating backend with remote "mega-crypt-ftp:/SYNC/a/b/c/d/e/"
2021/06/02 18:25:30 DEBUG : Creating backend with remote "mega-ftp:/y/z/c/b/a/d/e/f"
2021/06/02 18:25:30 DEBUG : ftp://127.0.0.1:4990/y/z/c/b/a/d/e/f: Connecting to FTP server
2021/06/02 18:25:30 DEBUG : b.mp4: Need to transfer - File not found at Destination
2021/06/02 18:37:50 DEBUG : ftp://127.0.0.1:4990/y/z/c/b/a/d/e/f: Connecting to FTP server
2021/06/02 18:37:50 DEBUG : ttt: Removed after failed upload: 250 Requested file action okay, completed.
2021/06/02 18:37:50 ERROR : b.mp4: Failed to copy: update stor: 250 Requested file action okay, completed.
2021/06/02 18:37:50 ERROR : Attempt 1/3 failed with 1 errors and: update stor: 250 Requested file action okay, completed.
2021/06/02 18:37:50 DEBUG : b.mp4: Need to transfer - File not found at Destination
2021/06/02 18:49:57 DEBUG : ftp://127.0.0.1:4990/y/z/c/b/a/d/e/f: Connecting to FTP server
2021/06/02 18:49:57 DEBUG : ttt: Removed after failed upload: 250 Requested file action okay, completed.
2021/06/02 18:49:57 ERROR : b.mp4: Failed to copy: update stor: 250 Requested file action okay, completed.
2021/06/02 18:49:57 ERROR : Attempt 2/3 failed with 1 errors and: update stor: 250 Requested file action okay, completed.
2021/06/02 18:49:57 DEBUG : b.mp4: Need to transfer - File not found at Destination
2021/06/02 19:03:03 DEBUG : ftp://127.0.0.1:4990/y/z/c/b/a/d/e/f: Connecting to FTP server
2021/06/02 19:03:03 DEBUG : ttt: Removed after failed upload: 250 Requested file action okay, completed.
2021/06/02 19:03:03 ERROR : b.mp4: Failed to copy: update stor: 250 Requested file action okay, completed.
2021/06/02 19:03:03 ERROR : Attempt 3/3 failed with 1 errors and: update stor: 250 Requested file action okay, completed.
2021/06/02 19:03:03 INFO :
Transferred: 4.399G / 4.399 GBytes, 100%, 2.000 MBytes/s, ETA 0s
Errors: 1 (retrying may help)
Elapsed time: 37m33.0s
2021/06/02 19:03:03 DEBUG : 3 go routines active
2021/06/02 19:03:03 Failed to copy: update stor: 250 Requested file action okay, completed.
My configuration looks right because I can use rclone ls, rclone lsd or rclone mount correctly.
If there are other test needed don't hesitate to ask.
I have updated the command and the debug log to reflect the amount of folder I use too.
I have replaced all the filenames and folder I hope it's not a problem.
The reason of using FTP is because the webdav of mega is "limited".
They got an overflow security at 2MB and advice that if the webdav must send more than 2MB data it's maybe not the good method but I didn't get an answer if FTP would be better or not.
Thanks I give it a try without "crypt" this time so the log will be easier to read
I got some rclone variables but I not think they could make some issues
It's working I tested my copy command without and with crypt now I will go see a bit with mega about it before closing here in case they can explain why 250
Mega didn't really answered just "do an issue on github"... So I did it yesterday if in a little week I have no answer I will mail the support again so that maybe it will hurry the developers to give an answer.