FTP backend on synology emits spurious errors

If I create an FTP backend against a synology NAS, and issue:

rclone ls ftpnas:

I am presented with an error indicating the MCLD command is not supported.
The error is actually "MCLD " is not supported, as synology support explained to me after they examined a packet trace.

If I issue:

rclone ls ftpnas:/

it works as expected. There are some inconsistencies regarding the initial /.

Suggestion: if the pathname component is NULL, do no insert a SPACE between a command and the NULL. IE: avoid trailing SPACE on commands issued.

Can you try with the latest beta?

If it still fails, can you please please make a new issue on github and fill in the issue template with a log of the error happening - thanks :slight_smile:

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