hi,
i had checked and this is not documented at the website. the only example is using filezilla.
so i figured it out by trail and error, typical ftp issue.
imho, the OP was not using the correct server path.
OP was using bunnyhubby:
the correct path needs to have a leading forward slash followed by the storage zone name.
with bunnycdn, each storage zone is somehwhat equivalent to a bucket, has it own name, ftp username and ftp password.
the username to access that storage zone is the same as the name of the storage zone.
in my case, bunnyhubby:/rcloneftptest
note: the extra diag info you added to --dump=bodies
is very helpful!
rclone lsd bunnyhubby:/rcloneftptest -vv --dump=bodies
DEBUG : rclone: Version "v1.57.0" starting with parameters ["c:\\data\\rclone\\scripts\\rclone.exe" "lsd" "bunnyhubby:/rcloneftptest" "-vv" "--dump=bodies"]
DEBUG : Creating backend with remote "bunnyhubby:/rcloneftptest"
DEBUG : ftp://ny.storage.bunnycdn.com:21/rcloneftptest: Connecting to FTP server
DEBUG : FTP Rx: "220 Service Ready."
DEBUG : FTP Tx: "USER rcloneftptest"
DEBUG : FTP Rx: "331 Username ok, need password"
DEBUG : FTP Tx: PASS *****
DEBUG : FTP Rx: "230 User logged in"
DEBUG : FTP Tx: "FEAT"
DEBUG : FTP Rx: "211-Extensions supported:"
DEBUG : FTP Rx: " UTF8"
DEBUG : FTP Rx: "211 End"
DEBUG : FTP Tx: "TYPE I"
DEBUG : FTP Rx: "200 Type set to Image"
DEBUG : FTP Tx: "OPTS UTF8 ON"
DEBUG : FTP Rx: "200 Command okay."
DEBUG : FTP Tx: "EPSV"
DEBUG : FTP Rx: "502 Command not implemented"
DEBUG : FTP Tx: "PASV"
DEBUG : FTP Rx: "227 Entering Passive Mode (89,187,178,90,141,142)"
DEBUG : FTP Tx: "LIST /"
DEBUG : FTP Rx: "150 Opening Image mode data transfer for LIST"
DEBUG : FTP Rx: "drwxrwxrwx 2 2003 2003 4096 Nov 12 2021 rcloneftptest\n"
DEBUG : FTP Rx: "226 Transfer complete"
DEBUG : FTP Tx: "PASV"
DEBUG : FTP Rx: "227 Entering Passive Mode (89,187,178,90,143,158)"
DEBUG : FTP Tx: "LIST /rcloneftptest"
DEBUG : FTP Rx: "150 Opening Image mode data transfer for LIST"
DEBUG : FTP Rx: "-rwxrwxrwx 2 2003 2003 1 Nov 12 00:46 file.txt"
DEBUG : FTP Rx: "226 Transfer complete"