Error when Uploading File(s) using FTP for Rapidgator

What is the problem you are having with rclone?

Hi, all. I need some help. Before I wrote this question, I had already searched in this forum and tried the suggestions given, but came to no avail.

I am getting error messages when in the process of uploading file/s from local drive to RapidGator using FTP, even though actually the files have successfully uploaded.

We can not browse the files in RapidGator storage via FTP (I tried via FileZilla) since they are by default hidden immediately after uploaded.

I assume that is the problem, since RClone can not find the files after uploaded.

Is it possible to bypass the rule to check after files uploaded?

Please kindly help me fix this matter.

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

rclone v1.59.1

  • os/version: Microsoft Windows 11 Home Single Language 21H2 (64 bit)
  • os/kernel: 10.0.22000.856 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.18.5
  • go/linking: static
  • go/tags: cmount

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

RapidGator

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

PS C:\Users\XXX\Desktop> rclone copy "C:/Users/XXX/Downloads/links.txt" Rapid:

The rclone config contents with secrets removed.

2022/08/24 10:57:53 ERROR : links.txt: Failed to copy: SetModTime: 550 utime(links.txt): No such file or directory
2022/08/24 10:57:53 ERROR : Attempt 1/3 failed with 1 errors and: SetModTime: 550 utime(links.txt): No such file or directory
2022/08/24 10:57:59 ERROR : links.txt: Failed to copy: SetModTime: 550 utime(links.txt): No such file or directory
2022/08/24 10:57:59 ERROR : Attempt 2/3 failed with 1 errors and: SetModTime: 550 utime(links.txt): No such file or directory
2022/08/24 10:58:05 ERROR : links.txt: Failed to copy: SetModTime: 550 utime(links.txt): No such file or directory
2022/08/24 10:58:05 ERROR : Attempt 3/3 failed with 1 errors and: SetModTime: 550 utime(links.txt): No such file or directory
2022/08/24 10:58:05 Failed to copy: SetModTime: 550 utime(links.txt): No such file or directory

A log from the command with the -vv flag

2022/08/24 10:59:10 DEBUG : rclone: Version "v1.59.1" starting with parameters ["C:\\Windows\\system32\\rclone.exe" "copy" "-vv" "C:\\Users\\XXX\\Downloads\\links.txt" "Rapid:"]
2022/08/24 10:59:10 DEBUG : Creating backend with remote "C:\\Users\\XXX\\Downloads\\links.txt"
2022/08/24 10:59:10 DEBUG : Using config file from "C:\\Users\\XXX\\AppData\\Roaming\\rclone\\rclone.conf"
2022/08/24 10:59:10 DEBUG : fs cache: adding new entry for parent of "C:\\Users\\XXX\\Downloads\\links.txt", "//?/C:/Users/XXX/Downloads"
2022/08/24 10:59:10 DEBUG : Creating backend with remote "Rapid:"
2022/08/24 10:59:10 DEBUG : ftp://ftp.rapidgator.net:21: Connecting to FTP server
2022/08/24 10:59:18 DEBUG : links.txt: Need to transfer - File not found at Destination
2022/08/24 10:59:20 ERROR : links.txt: Failed to copy: SetModTime: 550 utime(links.txt): No such file or directory
2022/08/24 10:59:20 ERROR : Attempt 1/3 failed with 1 errors and: SetModTime: 550 utime(links.txt): No such file or directory
2022/08/24 10:59:23 DEBUG : links.txt: Need to transfer - File not found at Destination
2022/08/24 10:59:26 ERROR : links.txt: Failed to copy: SetModTime: 550 utime(links.txt): No such file or directory
2022/08/24 10:59:26 ERROR : Attempt 2/3 failed with 1 errors and: SetModTime: 550 utime(links.txt): No such file or directory
2022/08/24 10:59:29 DEBUG : links.txt: Need to transfer - File not found at Destination
2022/08/24 10:59:32 ERROR : links.txt: Failed to copy: SetModTime: 550 utime(links.txt): No such file or directory
2022/08/24 10:59:32 ERROR : Attempt 3/3 failed with 1 errors and: SetModTime: 550 utime(links.txt): No such file or directory
2022/08/24 10:59:32 INFO  :
Transferred:            936 B / 936 B, 100%, 66 B/s, ETA 0s
Errors:                 1 (retrying may help)
Elapsed time:        21.6s

2022/08/24 10:59:32 DEBUG : 3 go routines active
2022/08/24 10:59:32 DEBUG : ftp://ftp.rapidgator.net:21: closing 1 unused connections
2022/08/24 10:59:32 Failed to copy: SetModTime: 550 utime(links.txt): No such file or directory

I think this was talked about before:

Someone would need to submit a feature request to fix the text there.

You can also check this and see if that might work as well:

FTP (rclone.org)

After searching and applying different commands ( --no-traverse , --no-check-dest , etc ), at least I am able to minimize the amount of copies per execution to just 1 by using --retries 1 command.

There will still be a warning that the execution is failed because the object can not be found in destination, even though the file was copied successfully. (RapidGator disables the ftp feature to browse and find files/folders)

I really hope that this issue can be fixed in the next update.

PS C:\rclone> rclone copy "C:\XXX\Sample.txt" RG: --retries 1
2022/08/26 08:55:44 ERROR : Sample.txt: Failed to copy: SetModTime: 550 utime(Sample.txt): No such file or directory
2022/08/26 08:55:44 ERROR : Attempt 1/1 failed with 1 errors and: SetModTime: 550 utime(Sample.txt): No such file or directory
2022/08/26 08:55:44 Failed to copy: SetModTime: 550 utime(Sample.txt): No such file or directory
PS C:\rclone>

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