Getting error while FTP Transgfer in RCLONE

I have FTP Server from there i want to pick the files and send it to another server.

request ->
{
"srcFs": "srcTransfer:/data/source/MP1/",
"srcRemote": "/data/source/MP1/",
"dstFs": "dstTransfer:/data/destination/MP2/",
"dstRemote": "/data/destination/MP2/",
"_async": true,
"_filter": {
"IncludeRule": [
"*.txt"
]
}
}

srcTransfer and dstTransfer are the rclone configs i created in rclone UI for ftp server.

but the error i'm getting is this ->

destination : { "error": "NewFs: failed to make FTP connection to "194.147:990": tls: first record does not look like a TLS handshake", "input": { "fs": "194--147:", "remote": "" }, "path": "operations/list", "status": 500 }

hello, when you posted, there was a template of questions to be answered.
help us to help you and provide all the answers...

yeah sorry below is the detail:
please note that we are using docker image of RCLONE

What is the problem you are having with rclone?

Trying to transfer the files from SFTP to FTP server

{ "error": "NewFs: failed to make FTP connection to "194.135:990": tls: first record does not look like a TLS handshake", "input": { "fs": "194-87:", "remote": "" }, "path": "operations/list", "status": 500 }

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

We are Using Rclone GUI and Rclone version: v1.65.2
Arch: amd64
goVersion: go1.21.6

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

Not using cloud storage, we have kept files in SFTP & FTP servers

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

The Rclone command we are using to move file is :

/rclone/sync/move

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

We are not using CLI, please let me know how to do teh above thing in RCLONE GUI.

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

Again how to get this in GUI

need to post output of:

  • rclone config redacted
  • rclone version
  • debug log

the gui is has been experimental since it was released on 2019-10-05.
No releases in 2 years? Is this dead?

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