When you access a WebDAV
server to update a file, the file is pulled from the WebDAV server
to your local disk storage for processing. When this processing is
complete, the file is pushed back to the WebDAV server for storage.
The file is removed from the local disk storage when it is pushed
back.
The Secure Sockets Layer (SSL) protocol is used when
the URL begins with “https” instead of “http”.
The SSL protocol provides network security and privacy. Developed
by Netscape Communications, SSL uses encryption algorithms that include
RC2, RC4, DES, tripleDES, IDEA, and MD5. Not limited to providing
only encryption services, SSL can also perform client and server authentication
and use message authentication codes. SSL is supported by both Netscape
Navigator and Internet Explorer. Many Web sites use the protocol to
provide confidential user information such as credit card numbers.
The SSL protocol is application independent, which enables protocols
such as HTTP, FTP, and Telnet to be layered transparently above it.
SSL is optimized for HTTP.
Note: WebDAV servers have defined
levels of permissions at both the directory and file level. The WebDAV
access method honors those permissions. For example, if a file is
available as read-only, the user will not be able to modify it.
Operating Environment Information: Using
the FILENAME statement requires information that is specific to your
operating environment. The WebDAV access method is fully documented
here, but for more information about how to specify filenames, see
the SAS documentation for your operating environment.