github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/docs/content/commands/rclone_link.md (about)

     1  ---
     2  title: "rclone link"
     3  description: "Generate public link to file/folder."
     4  slug: rclone_link
     5  url: /commands/rclone_link/
     6  # autogenerated - DO NOT EDIT, instead edit the source code in cmd/link/ and as part of making a release run "make commanddocs"
     7  ---
     8  # rclone link
     9  
    10  Generate public link to file/folder.
    11  
    12  ## Synopsis
    13  
    14  
    15  rclone link will create or retrieve a public link to the given file or folder.
    16  
    17      rclone link remote:path/to/file
    18      rclone link remote:path/to/folder/
    19  
    20  If successful, the last line of the output will contain the link. Exact
    21  capabilities depend on the remote, but the link will always be created with
    22  the least constraints – e.g. no expiry, no password protection, accessible
    23  without account.
    24  
    25  
    26  ```
    27  rclone link remote:path [flags]
    28  ```
    29  
    30  ## Options
    31  
    32  ```
    33    -h, --help   help for link
    34  ```
    35  
    36  See the [global flags page](/flags/) for global options not listed here.
    37  
    38  ## SEE ALSO
    39  
    40  * [rclone](/commands/rclone/)	 - Show help for rclone commands, flags and backends.
    41