From 7b24c8e53aba4cb223c5c78fb33243f48fcfff93 Mon Sep 17 00:00:00 2001 From: cy33hc Date: Wed, 8 Feb 2023 12:21:15 -0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0fa8e1c..d4f30d1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To distinguish between FTP, SMB or WebDAV, the URL mush be prefix with **ftp://* ``` ftp://hostname[:port] - - hostname can be the textual hostname or an IP address + - hostname can be the textual hostname or an IP address. hostname is required - port is optional and defaults to 21 if not provided ``` @@ -17,8 +17,9 @@ To distinguish between FTP, SMB or WebDAV, the URL mush be prefix with **ftp://* ``` smb://hostname[:port]/sharename - - hostname can be the textual hostname or an IP address + - hostname can be the textual hostname or an IP address. hostname is required - port is optional and defaults to 445 if not provided + - sharename is required ``` - The url format for WebDAV is @@ -26,8 +27,9 @@ To distinguish between FTP, SMB or WebDAV, the URL mush be prefix with **ftp://* http://hostname[:port]/url_path https://hostname[:port]/url_path - - hostname can be the textual hostname or an IP address + - hostname can be the textual hostname or an IP address. hostname is required - port is optional and defaults to 80(http) and 443(https) if not provided + - url_path is optional based on your WebDAV hosting requiremets ``` Tested with following WebDAV server: