Differences
This shows you the differences between the selected revisions of the page.
| 2024-10-24 | 2026-04-20 (current) | ||
| ms links update (martin) | onedrive connection do not work for some time (and users do not seem to mind much), hiding the guide until deciding what to do about it (martin) | ||
| Line 1: | Line 1: | ||
| - | ====== Connecting securely to Microsoft OneDrive with WebDAV ====== | ||
| - | With WinSCP you can easily upload, manage or backup files on your Microsoft OneDrive cloud storage over [[webdav|WebDAV protocol]]. | ||
| - | Before starting you should [[guide_install|have the latest version of WinSCP installed]]. | ||
| - | |||
| - | ===== Connecting ===== | ||
| - | |||
| - | Find out your "OneDrive customer ID": | ||
| - | |||
| - | * In your web browser, [[https://onedrive.live.com/|login to your OneDrive]]. | ||
| - | * After you log in, your URL should be like: \\ ''%%https://onedrive.live.com/?id=root&cid=ABCDEFGHIJKLMNOP%%'' \\ The ''ABCDEFGHIJKLMNOP'' part is your "customer ID". Select it and copy it to the clipboard. | ||
| - | |||
| - | Start WinSCP. [[ui_login|Login dialog]] will appear. On the dialog: | ||
| - | * Make sure //New site// node is selected. | ||
| - | * On the //New site node//, select //%%WebDAV%%// protocol and //%%TLS/SSL%% Implicit encryption//. | ||
| - | * Enter ''d.docs.live.net'' into the //Host name// box. | ||
| - | * Enter your Microsoft account username/email into the //User name// box. | ||
| - | * ==Password==: | ||
| - | * If you do not have [[https://account.live.com/proofs/manage/additional#AdditionalSecurity|//"Two-step verification"//]] enabled for your Microsoft Account, enter your Microsoft account password into the //Password// box. | ||
| - | * If you have the //"Two-step verification"// enabled, [[https://account.live.com/proofs/manage/additional#AppPassword|create new app password]] and enter it into the //Password// box. | ||
| - | * Press the //Advanced// button to open [[ui_login_advanced|Advanced site settings dialog]] and go to //[[ui_login_authentication|Environment > Directories page]]//. | ||
| - | * Paste your "OneDrive customer ID" into the //Remote directory// box and add a slash in front of it, i.e. like ''/ABCDEFGHIJKLMNOP''. | ||
| - | * Submit the Advanced site settings dialog with the //OK// button. | ||
| - | * Save your site settings using the //Save// button. | ||
| - | * Login using the //Login// button. | ||
| - | |||
| - | ===== Further reading ===== | ||
| - | * Guide to [[guide_upload|uploading files to server]]; | ||
| - | * Guide to [[guide_automation|automating operations]] (including upload). | ||