Home > Storage > ObjectScale and ECS > Industry Solutions and Verticals > Integrate Dell ECS with FileCloud Enterprise Server > FileCloud Drive
FileCloud Drive allows users to mount ECS on Windows and Mac to manage files in the Cloud as easily as you manage files directly on the local filesystem.
Create a tmp folder under the My Files folder that FileCloud Drive created. Copy 199 test files, each with a size of 1MB to the tmp folder.
Activity shows that all 199 files have been successfully uploaded to ECS.
When we list the size and number of files in the ECS bucket, we can see that the size of the files in the bucket coincides with the size of the files that were uploaded.
aws --profile filecloud --recursive --endpoint-url https://s3.example.com s3 ls s3://filecloud | awk 'BEGIN {total=0}{total+=$3}END{print total/1024/1024" MB"}'
199 MB