2020-09-02 17:43:05 +02:00
< nav class = "navbar navbar-expand-md navbar-dark bg-dark" >
2020-05-21 18:32:22 +02:00
< a class = "navbar-brand" href = "/" > < img class = "rclone-logo" src = "/img/logo_on_dark__horizontal_color.svg" alt = "rclone logo" > < / a >
2020-05-06 17:24:41 +02:00
< button class = "navbar-toggler" type = "button" data-toggle = "collapse" data-target = "#navbarSupportedContent" aria-controls = "navbarSupportedContent" aria-expanded = "false" aria-label = "Toggle navigation" >
< span class = "navbar-toggler-icon" > < / span >
< / button >
< div class = "collapse navbar-collapse" id = "navbarSupportedContent" >
< ul class = "navbar-nav mr-auto" >
< li class = "nav-item active" >
< a class = "nav-link" href = "/downloads/" > Downloads< / a >
< / li >
2020-05-17 13:06:48 +02:00
< li class = "nav-item active dropdown" >
2020-05-06 17:24:41 +02:00
< a class = "nav-link dropdown-toggle" href = "#" id = "navbarDropdown" role = "button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
Docs
< / a >
< div class = "dropdown-menu" aria-labelledby = "navbarDropdown" >
2022-09-04 10:14:11 +02:00
< a class = "dropdown-item" href = "/install/" > < i class = "fa fa-book fa-fw" > < / i > Installation< / a >
< a class = "dropdown-item" href = "/docs/" > < i class = "fa fa-book fa-fw" > < / i > Usage< / a >
< a class = "dropdown-item" href = "/filtering/" > < i class = "fa fa-book fa-fw" > < / i > Filtering< / a >
< a class = "dropdown-item" href = "/gui/" > < i class = "fa fa-book fa-fw" > < / i > GUI< / a >
< a class = "dropdown-item" href = "/rc/" > < i class = "fa fa-book fa-fw" > < / i > Remote Control< / a >
< a class = "dropdown-item" href = "/changelog/" > < i class = "fa fa-book fa-fw" > < / i > Changelog< / a >
< a class = "dropdown-item" href = "/bugs/" > < i class = "fa fa-book fa-fw" > < / i > Bugs< / a >
< a class = "dropdown-item" href = "/faq/" > < i class = "fa fa-book fa-fw" > < / i > FAQ< / a >
< a class = "dropdown-item" href = "/flags/" > < i class = "fa fa-book fa-fw" > < / i > Flags< / a >
< a class = "dropdown-item" href = "/licence/" > < i class = "fa fa-book fa-fw" > < / i > Licence< / a >
< a class = "dropdown-item" href = "/authors/" > < i class = "fa fa-book fa-fw" > < / i > Authors< / a >
< a class = "dropdown-item" href = "/privacy/" > < i class = "fa fa-book fa-fw" > < / i > Privacy Policy< / a >
2014-05-16 23:02:47 +02:00
< / div >
2020-05-06 17:24:41 +02:00
< / li >
2020-05-17 13:06:48 +02:00
< li class = "nav-item active dropdown" >
2020-05-06 17:24:41 +02:00
< a class = "nav-link dropdown-toggle" href = "#" id = "navbarDropdown" role = "button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
Commands
< / a >
< div class = "dropdown-menu pre-scrollable" aria-labelledby = "navbarDropdown" >
2022-09-04 10:14:11 +02:00
< a class = "dropdown-item" href = "/commands/" > < i class = "fas fa-map fa-fw" > < / i > Overview< / a >
2022-01-27 10:42:37 +01:00
< div class = "dropdown-divider" > < / div >
{{ with .Site.GetPage "/commands" }}
{{ range .Data.Pages }}
{{ if lt (countwords .Title) 3 }}
2022-09-04 10:14:11 +02:00
< a class = "dropdown-item" href = "{{ .RelPermalink }}" > < i class = "fa fa-book fa-fw" > < / i > {{ .Title | markdownify }}< / a >
2022-01-27 10:42:37 +01:00
{{ end }}
{{ end }}
{{ end }}
2020-05-06 17:24:41 +02:00
< / div >
< / li >
2020-05-17 13:06:48 +02:00
< li class = "nav-item active dropdown" >
2020-05-06 17:24:41 +02:00
< a class = "nav-link dropdown-toggle" href = "#" id = "navbarDropdown" role = "button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
Storage Systems
< / a >
< div class = "dropdown-menu pre-scrollable" aria-labelledby = "navbarDropdown" >
2022-09-04 10:14:11 +02:00
< a class = "dropdown-item" href = "/overview/" > < i class = "fas fa-map fa-fw" > < / i > Overview< / a >
2022-01-27 10:42:37 +01:00
< div class = "dropdown-divider" > < / div >
2022-09-04 10:14:11 +02:00
< a class = "dropdown-item" href = "/fichier/" > < i class = "fa fa-archive fa-fw" > < / i > 1Fichier< / a >
< a class = "dropdown-item" href = "/netstorage/" > < i class = "fas fa-database fa-fw" > < / i > Akamai NetStorage< / a >
< a class = "dropdown-item" href = "/alias/" > < i class = "fa fa-link fa-fw" > < / i > Alias< / a >
< a class = "dropdown-item" href = "/s3/" > < i class = "fab fa-amazon fa-fw" > < / i > Amazon S3< / a >
< a class = "dropdown-item" href = "/b2/" > < i class = "fa fa-fire fa-fw" > < / i > Backblaze B2< / a >
< a class = "dropdown-item" href = "/box/" > < i class = "fa fa-archive fa-fw" > < / i > Box< / a >
< a class = "dropdown-item" href = "/chunker/" > < i class = "fa fa-cut fa-fw" > < / i > Chunker (splits large files)< / a >
< a class = "dropdown-item" href = "/compress/" > < i class = "fas fa-compress fa-fw" > < / i > Compress (transparent gzip compression)< / a >
< a class = "dropdown-item" href = "/combine/" > < i class = "fa fa-folder-plus fa-fw" > < / i > Combine (remotes into a directory tree)< / a >
< a class = "dropdown-item" href = "/sharefile/" > < i class = "fas fa-share-square fa-fw" > < / i > Citrix ShareFile< / a >
< a class = "dropdown-item" href = "/crypt/" > < i class = "fa fa-lock fa-fw" > < / i > Crypt (encrypts the others)< / a >
< a class = "dropdown-item" href = "/koofr/#digi-storage" > < i class = "fa fa-cloud fa-fw" > < / i > Digi Storage< / a >
< a class = "dropdown-item" href = "/dropbox/" > < i class = "fab fa-dropbox fa-fw" > < / i > Dropbox< / a >
< a class = "dropdown-item" href = "/filefabric/" > < i class = "fa fa-cloud fa-fw" > < / i > Enterprise File Fabric< / a >
< a class = "dropdown-item" href = "/ftp/" > < i class = "fa fa-file fa-fw" > < / i > FTP< / a >
< a class = "dropdown-item" href = "/googlecloudstorage/" > < i class = "fab fa-google fa-fw" > < / i > Google Cloud Storage< / a >
< a class = "dropdown-item" href = "/drive/" > < i class = "fab fa-google fa-fw" > < / i > Google Drive< / a >
< a class = "dropdown-item" href = "/googlephotos/" > < i class = "fas fa-images fa-fw" > < / i > Google Photos< / a >
< a class = "dropdown-item" href = "/hasher/" > < i class = "fa fa-check-double fa-fw" > < / i > Hasher (better checksums for others)< / a >
< a class = "dropdown-item" href = "/hdfs/" > < i class = "fa fa-globe fa-fw" > < / i > HDFS (Hadoop Distributed Filesystem)< / a >
< a class = "dropdown-item" href = "/hidrive/" > < i class = "fa fa-cloud fa-fw" > < / i > HiDrive< / a >
< a class = "dropdown-item" href = "/http/" > < i class = "fa fa-globe fa-fw" > < / i > HTTP< / a >
2024-01-16 15:17:23 +01:00
< a class = "dropdown-item" href = "/imagekit/" > < i class = "fa fa-cloud fa-fw" > < / i > ImageKit< / a >
2022-09-04 10:14:11 +02:00
< a class = "dropdown-item" href = "/internetarchive/" > < i class = "fa fa-archive fa-fw" > < / i > Internet Archive< / a >
< a class = "dropdown-item" href = "/jottacloud/" > < i class = "fa fa-cloud fa-fw" > < / i > Jottacloud< / a >
< a class = "dropdown-item" href = "/koofr/" > < i class = "fa fa-suitcase fa-fw" > < / i > Koofr< / a >
2023-10-20 13:35:56 +02:00
< a class = "dropdown-item" href = "/linkbox/" > < i class = "fa fa-infinity" > < / i > Linkbox< / a >
2022-09-04 10:14:11 +02:00
< a class = "dropdown-item" href = "/mailru/" > < i class = "fa fa-at fa-fw" > < / i > Mail.ru Cloud< / a >
< a class = "dropdown-item" href = "/mega/" > < i class = "fa fa-archive fa-fw" > < / i > Mega< / a >
< a class = "dropdown-item" href = "/memory/" > < i class = "fas fa-memory fa-fw" > < / i > Memory< / a >
< a class = "dropdown-item" href = "/azureblob/" > < i class = "fab fa-windows fa-fw" > < / i > Microsoft Azure Blob Storage< / a >
2023-11-15 10:37:57 +01:00
< a class = "dropdown-item" href = "/azurefiles/" > < i class = "fab fa-windows fa-fw" > < / i > Microsoft Azure Files Storage< / a >
2022-09-04 10:14:11 +02:00
< a class = "dropdown-item" href = "/onedrive/" > < i class = "fab fa-windows fa-fw" > < / i > Microsoft OneDrive< / a >
< a class = "dropdown-item" href = "/opendrive/" > < i class = "fa fa-space-shuttle fa-fw" > < / i > OpenDrive< / a >
< a class = "dropdown-item" href = "/qingstor/" > < i class = "fas fa-hdd fa-fw" > < / i > QingStor< / a >
< a class = "dropdown-item" href = "/swift/" > < i class = "fa fa-space-shuttle fa-fw" > < / i > Openstack Swift< / a >
2022-10-20 21:24:19 +02:00
< a class = "dropdown-item" href = "/oracleobjectstorage/" > < i class = "fa fa-cloud fa-fw" > < / i > Oracle Object Storage< / a >
2022-09-04 10:14:11 +02:00
< a class = "dropdown-item" href = "/pcloud/" > < i class = "fa fa-cloud fa-fw" > < / i > pCloud< / a >
2023-04-04 17:33:48 +02:00
< a class = "dropdown-item" href = "/pikpak/" > < i class = "fa fa-cloud fa-fw" > < / i > PikPak< / a >
2022-09-04 10:14:11 +02:00
< a class = "dropdown-item" href = "/premiumizeme/" > < i class = "fa fa-user fa-fw" > < / i > premiumize.me< / a >
< a class = "dropdown-item" href = "/putio/" > < i class = "fas fa-parking fa-fw" > < / i > put.io< / a >
2023-09-10 12:55:37 +02:00
< a class = "dropdown-item" href = "/protondrive/" > < i class = "fas fa-folder fa-fw" > < / i > Proton Drive< / a >
2023-09-08 15:31:29 +02:00
< a class = "dropdown-item" href = "/quatrix/" > < i class = "fas fa-shield-alt" > < / i > Quatrix< / a >
2022-09-04 10:14:11 +02:00
< a class = "dropdown-item" href = "/seafile/" > < i class = "fa fa-server fa-fw" > < / i > Seafile< / a >
< a class = "dropdown-item" href = "/sftp/" > < i class = "fa fa-server fa-fw" > < / i > SFTP< / a >
< a class = "dropdown-item" href = "/sia/" > < i class = "fa fa-globe fa-fw" > < / i > Sia< / a >
2022-09-30 17:10:57 +02:00
< a class = "dropdown-item" href = "/smb/" > < i class = "fa fa-server fa-fw" > < / i > SMB / CIFS< / a >
2022-09-04 10:14:11 +02:00
< a class = "dropdown-item" href = "/storj/" > < i class = "fas fa-dove fa-fw" > < / i > Storj< / a >
< a class = "dropdown-item" href = "/sugarsync/" > < i class = "fas fa-dove fa-fw" > < / i > SugarSync< / a >
2024-03-26 10:46:47 +01:00
< a class = "dropdown-item" href = "/uloz.to/" > < i class = "fa fa-box-archive fa-fw" > < / i > Uloz.to< / a >
2022-09-04 10:14:11 +02:00
< a class = "dropdown-item" href = "/uptobox/" > < i class = "fa fa-archive fa-fw" > < / i > Uptobox< / a >
< a class = "dropdown-item" href = "/union/" > < i class = "fa fa-link fa-fw" > < / i > Union (merge backends)< / a >
< a class = "dropdown-item" href = "/webdav/" > < i class = "fa fa-server fa-fw" > < / i > WebDAV< / a >
< a class = "dropdown-item" href = "/yandex/" > < i class = "fa fa-space-shuttle fa-fw" > < / i > Yandex Disk< / a >
< a class = "dropdown-item" href = "/zoho/" > < i class = "fas fa-folder fa-fw" > < / i > Zoho WorkDrive< / a >
2020-05-06 17:24:41 +02:00
< div class = "dropdown-divider" > < / div >
2022-09-04 10:14:11 +02:00
< a class = "dropdown-item" href = "/local/" > < i class = "fas fa-hdd fa-fw" > < / i > The local filesystem< / a >
2020-05-06 17:24:41 +02:00
< / div >
< / li >
< li class = "nav-item active" >
2022-09-04 10:14:11 +02:00
< a class = "nav-link" href = "/contact/" > < i class = "fa fa-envelope fa-fw" > < / i > Contact< / a >
2020-05-06 17:24:41 +02:00
< / li >
2020-05-17 13:06:48 +02:00
< li class = "nav-item active" >
2023-06-21 13:46:07 +02:00
< a class = "nav-link" href = "/sponsor/" > < i class = "fa fa-heart heart fa-fw" > < / i > Sponsor< / a >
< / li >
< / ul >
< ul class = "navbar-nav mr-auto" >
< li class = "nav-item active" >
< a href = "https://rclone.com/" target = "_blank" class = "nav-link bizbutton" title = "Click here for support and advertising contracts" > < i class = "fa fa-briefcase" > < / i > For Business< / a >
2020-05-17 13:06:48 +02:00
< / li >
2020-05-06 17:24:41 +02:00
< / ul >
2021-06-15 22:32:45 +02:00
< form class = "form-inline" name = "search_form" action = "https://google.com/search" target = "_blank" onsubmit = "on_search();" >
< input name = "words" value = "" type = "search" placeholder = "search..." class = "form-control form-control-sm" >
< input name = "q" value = "" type = "hidden" >
< input name = "as_sitesearch" value = "https://rclone.org/" type = "hidden" >
< / form >
2020-05-06 17:24:41 +02:00
< / div >
< / nav >