FTPWebDAV
FTPWebDAV is a class of integration solutions that lets clients using the WebDAV protocol access files stored on FTP servers. By means of a gateway or middleware, WebDAV requests are translated into FTP commands, and FTP responses are converted back to WebDAV representations. It is not an official protocol, but a design pattern implemented by various software components to bridge the two technologies.
In operation, a WebDAV client issues standard requests such as PROPFIND, GET, PUT, and MKCOL. The bridge
Use cases include presenting legacy FTP storage to WebDAV-aware tools, enabling remote collaboration through WebDAV clients,