FTP via Mount doesn't delete empty folders

What is the problem you are having with rclone?

Rclone Mount on FTP doesn't delete empty folders.
Is there a way around this?

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

rclone v1.68.0-beta.8034.4ea629446

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

FTP

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

[metaemby2]
type = ftp
host = myftp.host.com
user = myuser
pass = mypasswd
concurrency = 10

Rclone Mount via Service as follows:
Type=notify
Environment="RCLONE_CONFIG_PASS=mypasswd"
ExecStart= \
  /usr/bin/rclone mount \
    --config=%h/.config/rclone/rclone.conf \
    --log-level DEBUG \
    --log-file /root/logs/rclone/%i.log \
    --umask 022 \
--vfs-cache-mode full \
--allow-other \
--no-modtime \
--cache-dir /root/rclone/cache \
--no-checksum \
--ignore-checksum \
--no-check-certificate \
--checkers 20 \
--transfers 20 \
--vfs-fast-fingerprint \
--vfs-cache-max-age 99999h \
--no-seek \
--dir-cache-time 99999h \
--ignore-size \
--user-agent "ISV|rclone.org|rclone/v1.62.2" \
--vfs-cache-max-size 20G \
    %i: %h/mnt/%i
ExecStop=/bin/fusermount -u %h/mnt/%i
Restart=always
RestartSec=30

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

metaemby2.log: 2024/06/19 16:44:56 ERROR : metadata/library/dc/dcb30b4bf7674c3167675104f055e01d/: Dir.Remove not empty
metaemby2.log: 2024/06/19 16:44:56 ERROR : metadata/library/6a/6a1370ced59bcb381d2f648792676d42/: Dir.Remove not empty
metaemby2.log: 2024/06/19 16:44:56 ERROR : metadata/library/cf/cf4d59ecfc6ac7fb7f87a6cbddcc1153/: Dir.Remove not empty

hi,

the log states that the folder is not empty - Dir.Remove not empty

fwiw, --checkers does nothing on a mount

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