now i am trying to copy files from my server to bunnycdn ftp
this is my rclone.conf
/root/.config/rclone/rclone.conf
[loidrivers]
type = ftp
host = la.storage.bunnycdn.com
user = loidrivers
port = 21
pass = 3d58b8ca-4a18-54a43-698ca94c2fe9d14-31b2-428b
pass = 1234567890123456789012
when run rclone ls lodrivers: -vv --dump bodies
i get
2024/02/01 11:45:22 DEBUG : rclone: Version "v1.65.2" starting with parameters ["rclone" "ls" "loidrivers:" "-vv" "--dump" "bodies"]
2024/02/01 11:45:22 DEBUG : Creating backend with remote "loidrivers:"
2024/02/01 11:45:22 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2024/02/01 11:45:22 DEBUG : ftp://la.storage.bunnycdn.com:21: Connecting to FTP server
2024/02/01 11:45:22 DEBUG : ftp://la.storage.bunnycdn.com:21: dial("tcp","la.storage.bunnycdn.com:21")
2024/02/01 11:45:22 DEBUG : ftp://la.storage.bunnycdn.com:21: > dial: conn=*fshttp.timeoutConn, err=<nil>
2024/02/01 11:45:22 DEBUG : FTP Rx: "220 Service Ready."
2024/02/01 11:45:22 DEBUG : FTP Tx: "USER loidrivers"
2024/02/01 11:45:22 DEBUG : FTP Rx: "331 Username ok, need password"
2024/02/01 11:45:22 DEBUG : FTP Tx: PASS *****
2024/02/01 11:45:22 DEBUG : FTP Rx: "530 Not logged in"
2024/02/01 11:45:22 DEBUG : FTP Rx: "BYE"
2024/02/01 11:45:22 DEBUG : FTP Tx: "QUIT"
2024/02/01 11:45:22 Failed to create file system for "loidrivers:": NewFs: failed to make FTP connection to "la.storage.bunnycdn.com:21": 530 Not logged in
root@hostname:~# rclone config redacted logidrivers:
[logidrivers]
type = ftp
host = XXX
user = XXX
port = 21
pass = XXX
### Double check the config for sensitive info before posting publicly
root@hostname:~#
ok. Try to connect using these user/pass using different ftp client. FileZilla or whatever you prefer. It will validate if you have correct credentials.