Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

quimnut

Incorrect advice in documentation regarding webdav

Webdav supports resume, it uses the http range header.
In a http session it would look something like;
---> Range: bytes=1234688808-

---> Connection: keep-alive
<--- Content-Length: 30880119466
<--- Content-Range: bytes 1234688808-32114808273/32114808274


The page asserts;
WinSCP supports resuming file transfers with SFTP and FTP protocols. SCP and WebDAV protocols do not allow it.

It should say WinSCP does not support it. I'm getting questions about this and I have to refute your advice, please correct this so people know it's a limitation of WinSCP.

Thank you.