beks6

Results 1 issues of beks6

Is it possible to access a SMB Share over VPN? My current approach looks like this ``` session = TOSMBSession(hostName: "hostName", ipAddress: "192.168.0.10") session.setLoginCredentialsWithUserName("username", password: "password") var files: [Any]? =...

bug