2016-11-06 18:39:25 +08:00
|
|
|
---
|
2019-06-15 19:01:29 +08:00
|
|
|
date: 2019-06-15T12:00:42+01:00
|
2016-11-06 18:39:25 +08: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-16 03:12:26 +08:00
|
|
|
rclone listremotes [flags]
|
2016-11-06 18:39:25 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
2017-09-30 21:19:47 +08:00
|
|
|
-h, --help help for listremotes
|
2019-02-09 18:42:57 +08:00
|
|
|
--long Show the type as well as names.
|
2016-11-06 18:39:25 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
### SEE ALSO
|
|
|
|
|
2018-10-15 18:03:08 +08:00
|
|
|
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
2018-03-19 18:06:13 +08:00
|
|
|
|
2019-06-15 19:01:29 +08:00
|
|
|
###### Auto generated by spf13/cobra on 15-Jun-2019
|