2016-11-06 10:39:25 +00:00
|
|
|
---
|
2019-10-26 10:04:54 +00:00
|
|
|
date: 2019-10-26T11:04:03+01:00
|
2016-11-06 10:39:25 +00:00
|
|
|
title: "rclone listremotes"
|
|
|
|
slug: rclone_listremotes
|
|
|
|
url: /commands/rclone_listremotes/
|
|
|
|
---
|
|
|
|
## rclone listremotes
|
|
|
|
|
|
|
|
List all the remotes in the config file.
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
|
|
|
|
rclone listremotes lists all the available remotes from the config file.
|
|
|
|
|
|
|
|
When uses with the -l flag it lists the types too.
|
|
|
|
|
|
|
|
|
|
|
|
```
|
2017-06-15 19:12:26 +00:00
|
|
|
rclone listremotes [flags]
|
2016-11-06 10:39:25 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
2017-09-30 13:19:47 +00:00
|
|
|
-h, --help help for listremotes
|
2019-02-09 10:42:57 +00:00
|
|
|
--long Show the type as well as names.
|
2016-11-06 10:39:25 +00:00
|
|
|
```
|
|
|
|
|
2019-06-20 15:18:02 +00:00
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
|
2016-11-06 10:39:25 +00:00
|
|
|
### SEE ALSO
|
|
|
|
|
2018-10-15 10:03:08 +00:00
|
|
|
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
2018-03-19 10:06:13 +00:00
|
|
|
|