STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
Rclone not showing the remote FTP folder size
Run the command 'rclone version' and share the full output of the command.
PS C:\Temp\rclone> .\rclone.exe version
rclone v1.69.1
- os/version: Microsoft Windows Server 2019 Standard 1809 (64 bit)
- os/kernel: 10.0.17763.7136 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.24.0
- go/linking: static
- go/tags: cmount
yes
Which cloud storage system are you using? (eg Google Drive)
FTP
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Paste command here
.\rclone.exe size myftp:/Shared/
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
PS C:\Temp\rclone> .\rclone.exe config redacted
[myftp]
type = ftp
host = XXX
user = XXX
pass = XXX
tls = true
explicit_tls = false
port = 990
A log from the command that you were trying to run with the -vv
flag
PS C:\Temp\rclone> .\rclone.exe size myftp:/Shared/
.\rclone.exe : 2025/04/24 14:44:20 ERROR : Shared XXX/review June 2023/R.2/R3-2 DOCS Directions/Project Data/000000/000008/Converted/Data: error listing: EOF
At line:1 char:1
+ .\rclone.exe size myftp:/Shared/
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~