|
@@ -67,7 +67,7 @@ func NewRedirectionError(targetVpath string) error {
|
|
|
|
|
|
//Check if a file system is network drive
|
|
//Check if a file system is network drive
|
|
func IsNetworkDrive(fstype string) bool {
|
|
func IsNetworkDrive(fstype string) bool {
|
|
- if fstype == "webdav" || fstype == "ftp" {
|
|
|
|
|
|
+ if fstype == "webdav" || fstype == "ftp" || fstype == "smb" {
|
|
return true
|
|
return true
|
|
}
|
|
}
|
|
|
|
|