github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/content/commands/rclone_link.md (about) 1 --- 2 date: 2019-06-20T16:09:42+01:00 3 title: "rclone link" 4 slug: rclone_link 5 url: /commands/rclone_link/ 6 --- 7 ## rclone link 8 9 Generate public link to file/folder. 10 11 ### Synopsis 12 13 14 rclone link will create or retrieve a public link to the given file or folder. 15 16 rclone link remote:path/to/file 17 rclone link remote:path/to/folder/ 18 19 If successful, the last line of the output will contain the link. Exact 20 capabilities depend on the remote, but the link will always be created with 21 the least constraints – e.g. no expiry, no password protection, accessible 22 without account. 23 24 25 ``` 26 rclone link remote:path [flags] 27 ``` 28 29 ### Options 30 31 ``` 32 -h, --help help for link 33 ``` 34 35 See the [global flags page](/flags/) for global options not listed here. 36 37 ### SEE ALSO 38 39 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 40