mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Correcting build warning messages (#875)
This corrects several build errors that had accrued in the docs.
This commit is contained in:
@ -189,7 +189,7 @@ Download an Object over FTP
|
||||
|
||||
This example lists items in a bucket, then downloads the contents of the bucket.
|
||||
|
||||
.. code-block:: shell
|
||||
.. code-block:: console
|
||||
|
||||
> ftp localhost -P 8021
|
||||
Connected to localhost.
|
||||
@ -220,7 +220,7 @@ Connect to MinIO Using SFTP
|
||||
|
||||
The following example connects to an SSH FTP server, lists the contents of a bucket named ``runner``, and downloads an object.
|
||||
|
||||
.. code-block:: shell
|
||||
.. code-block:: console
|
||||
|
||||
> sftp -P 8022 minio@localhost
|
||||
minio@localhost's password:
|
||||
|
Reference in New Issue
Block a user