WebDAV to OneDrive cause error

Advertisement

Kleo
Joined:
Posts:
5

WebDAV to OneDrive cause error

WinSCP 5.9.2

When using WebDAV access to OneDrive, by URL https://d.docs.live.net/CustomerID (howto...), then appears message "Error: 404 Not Found" and connection does not occur. But, the same method works fine in Total Commander with WebDAV plugin, or in CarotDAV.

WinSCP is more handy for me to automation the synchronization data through command script, and just to navigate FTP/WebDAV storage by Commander style interface. Would be nice to have access to OneDrive also.

Reply with quote

Advertisement

Kleo
Joined:
Posts:
5

Hi,

Seems it works good :)

Thanks a lot!

One remark: files more then 100 MB are breaks off (not uploaded until the end). But, it is not a fault of WinSCP. Apparently, it's a limitation of the OneDrive webdav access itself.

Reply with quote

Advertisement

Guest

Kleo wrote:

One remark: files more then 100 MB are breaks off (not uploaded until the end). But, it is not a fault of WinSCP. Apparently, it's a limitation of the OneDrive webdav access itself.
I think it is not a OneDrive limitation, but a limitation of your registry entries:
setting the FileSizeLimitInBytes parameter to 4294967295 under Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters will increase the limit to 4 GB.
Works rather fine with CarotDAV, but the developer version 5.10 stops with error "Could not sent request body: an existing connection was closed by remote host" (translated from German) after 47 – 130 MB (tried it several times).

So I think it is a WinSCP limitation / bug.

BTW: sync with files < 50 MB works really good with WinSCP.

Regards
Jochen

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
41,440
Location:
Prague, Czechia

Works rather fine with CarotDAV, but the developer version 5.10 stops with error "Could not sent request body: an existing connection was closed by remote host" (translated from German) after 47 – 130 MB (tried it several times).

So I think it is a WinSCP limitation / bug.
CarotDAV implements OneDrive API.
If I make it really use WebDAV for OneDrive, it has the same problem.

Reply with quote

Advertisement

You can post new topics in this forum