rclone config # 配置rcloneCurrent remotes:
Name Type========e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> n # 新建远程挂载Enter name for new remote.
name> your_remote_name # 挂载名称Option Storage.
Type of storage to configure.
Choose a number from below, or type in your own value.
1 / 1Fichier
\ (fichier)2 / Akamai NetStorage
\ (netstorage)3 / Alias for an existing remote
\ (alias)4 / Amazon Drive
\ (amazon cloud drive)5 / Amazon S3 Compliant Storage Providers including AWS, Alibaba, ArvanCloud, Ceph, China Mobile, Cloudflare, GCS, DigitalOcean, Dreamhost, Huawei OBS, IBM COS, IDrive e2, IONOS Cloud, Liara, Lyve Cloud, Minio, Netease, Petabox, RackCorp, Scaleway, SeaweedFS, StackPath, Storj, Tencent COS, Qiniu and Wasabi
\ (s3)6 / Backblaze B2
\ (b2)7 / Better checksums for other remotes
\ (hasher)8 / Box
\ (box)9 / Cache a remote
\ (cache)10 / Citrix Sharefile
\ (sharefile)11 / Combine several remotes into one
\ (combine)12 / Compress a remote
\ (compress)13 / Dropbox
\ (dropbox)14 / Encrypt/Decrypt a remote
\ (crypt)15 / Enterprise File Fabric
\ (filefabric)16 / FTP
\ (ftp)17 / Google Cloud Storage (this is not Google Drive)\ (google cloud storage)18 / Google Drive
\ (drive)19 / Google Photos
\ (google photos)20 / HTTP
\ (http)21 / Hadoop distributed file system
\ (hdfs)22 / HiDrive
\ (hidrive)23 / In memory object storage system.
\ (memory)24 / Internet Archive
\ (internetarchive)25 / Jottacloud
\ (jottacloud)26 / Koofr, Digi Storage and other Koofr-compatible storage providers
\ (koofr)27 / Local Disk
\ (local)28 / Mail.ru Cloud
\ (mailru)29 / Mega
\ (mega)30 / Microsoft Azure Blob Storage
\ (azureblob)31 / Microsoft OneDrive
\ (onedrive)32 / OpenDrive
\ (opendrive)33 / OpenStack Swift (Rackspace Cloud Files, Blomp Cloud Storage, Memset Memstore, OVH)\ (swift)34 / Oracle Cloud Infrastructure Object Storage
\ (oracleobjectstorage)35 / Pcloud
\ (pcloud)36 / PikPak
\ (pikpak)37 / Put.io
\ (putio)38 / QingCloud Object Storage
\ (qingstor)39 / SMB / CIFS
\ (smb)40 / SSH/SFTP
\ (sftp)41 / Sia Decentralized Cloud
\ (sia)42 / Storj Decentralized Cloud Storage
\ (storj)43 / Sugarsync
\ (sugarsync)44 / Transparently chunk/split large files
\ (chunker)45 / Union merges the contents of several upstream fs
\ (union)46 / Uptobox
\ (uptobox)47 / WebDAV
\ (webdav)48 / Yandex Disk
\ (yandex)49 / Zoho
\ (zoho)50 / premiumize.me
\ (premiumizeme)51 / seafile
\ (seafile)Storage> 47# 选择47 webdav协议Option url.
URL of http host to connect to.
E.g. https://example.com.
Enter a value.
url> http://127.0.0.1:5244 # 填写webdav的地址(alist的地址)Option vendor.
Name of the WebDAV site/service/software you are using.
Choose a number from below, or type in your own value.
Press Enter to leave empty.
1 / Fastmail Files
\ (fastmail)2 / Nextcloud
\ (nextcloud)3 / Owncloud
\ (owncloud)4 / Sharepoint Online, authenticated by Microsoft account
\ (sharepoint)5 / Sharepoint with NTLM authentication, usually self-hosted or on-premises
\ (sharepoint-ntlm)6 / Other site/service or software
\ (other)vendor> 6# 选择6其他Option user.
User name.
In case NTLM authentication is used, the username should be in the format 'Domain\User'.
Enter a value. Press Enter to leave empty. # 默认回车user>
Option pass.
Password.
Choose an alternative below. Press Enter for the default (n).
y) Yes, type in my own password
g) Generate random password
n) No, leave this optional password blank (default)y/g/n> y # 若alist设置了密码,选择yEnter the password: # 输入密码password:
Confirm the password: # 再次输入密码password:
Option bearer_token.
Bearer token instead of user/pass (e.g. a Macaroon).
Enter a value. Press Enter to leave empty.
bearer_token>
Edit advanced config?
y) Yes
n) No (default)y/n> n # 选择不编辑配置文件,或者直接回车Configuration complete.
Options:
- type: webdav
- url: http:/127.0.0.1:5244
- vendor: other
- pass: *** ENCRYPTED ***
Keep this "your_remote_name" remote?
y) Yes this is OK (default)e) Edit this remote
d) Delete this remote
y/e/d> y # 确认配置,选择yCurrent remotes:
Name Type========alist webdav
webdav webdav
your_remote_name webdav
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> q # 保存退出