diff --git a/content/howto/large_upload/index.md b/content/howto/large_upload/index.md
index 0f3ea4355a23b1bd1ae4a76997b5afa36136b22f..3a87f5b69325731496987f21b6a8cb44b3d491ea 100644
--- a/content/howto/large_upload/index.md
+++ b/content/howto/large_upload/index.md
@@ -99,9 +99,8 @@ For Windows systems, you can use [WinSCP](https://winscp.net/eng/download.php) w
    * you should replace `<alias-name>` with the name you want to use to call this specific service.
    * you should replace `<access-key>` and `<secret-key>` with your credentials
 3. You can now list buckets and documents with the following command : `mc ls <alias-name>/<bucket-name>/<PATH>`
-4. In order to upload files, you can use `mirror` command: `mc mirror <alias-name>/<bucket-name>/<PATH> <your-file-or-directory>`
-5. You can also download your files with the same command `mc mirror <your-file-or-directory> <alias-name>/<bucket-name>/<PATH>`
-
+4. You can upload your files with the `mirror` command `mc mirror <your-file-or-directory> <alias-name>/<bucket-name>/<PATH>`
+5. In order to download files, you can use `cp` command: `mc cp <alias-name>/<bucket-name>/<PATH> <your-file-or-directory>`
 ## Upload images using the Amazon Web Service client `aws`
 
 1. Install the AWS client following the documentation https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
diff --git a/content/howto/upload_ceph/index.md b/content/howto/upload_ceph/index.md
index b099aa64522a4a822d304c19f4f73a3203a32418..617e0cd2ab9a1bb9906bdb94dc1c8a3d68ed9703 100644
--- a/content/howto/upload_ceph/index.md
+++ b/content/howto/upload_ceph/index.md
@@ -83,5 +83,5 @@ For Windows systems, you can use [WinSCP](https://winscp.net/eng/download.php) w
    * you should replace `<alias-name>` with the name you want to use to call this specific service.
    * you should replace `<access-key>` and `<secret-key>` with your credentials
 3. You can now list buckets and documents with the following command : `mc ls <alias-name>/<bucket-name>/<PATH>`
-4. In order to upload files, you can use `mirror` command: `mc mirror <alias-name>/<bucket-name>/<PATH> <your-file-or-directory>`
-5. You can also upload your files with the same command `mc mirror <your-file-or-directory> <alias-name>/<bucket-name>/<PATH>`
+4. You can upload your files with the `mirror` command `mc mirror <your-file-or-directory> <alias-name>/<bucket-name>/<PATH>`
+5. In order to download files, you can use `cp` command: `mc cp <alias-name>/<bucket-name>/<PATH> <your-file-or-directory>`