github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/content/commands/rclone_listremotes.md (about) 1 --- 2 date: 2019-06-20T16:09:42+01:00 3 title: "rclone listremotes" 4 slug: rclone_listremotes 5 url: /commands/rclone_listremotes/ 6 --- 7 ## rclone listremotes 8 9 List all the remotes in the config file. 10 11 ### Synopsis 12 13 14 rclone listremotes lists all the available remotes from the config file. 15 16 When uses with the -l flag it lists the types too. 17 18 19 ``` 20 rclone listremotes [flags] 21 ``` 22 23 ### Options 24 25 ``` 26 -h, --help help for listremotes 27 --long Show the type as well as names. 28 ``` 29 30 See the [global flags page](/flags/) for global options not listed here. 31 32 ### SEE ALSO 33 34 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 35