Ume05rw
Ume05rw
``` import Vue from 'vue'; declare namespace VueTagsInput { export interface ITag { text: string; tiClasses: string[]; } export interface IAddArgs { tag: ITag; addTag(): void; } export interface IDeleteArgs...
I'm sorry, can't understand English well. Japanese study english six years, but...(- -; I can show you my dispose method, add to container[audiojsInstance].prototype(line-598) ``` dispose: function(){ //in play, stop it....
Hi! The most frequently occurring problems is on a network, but... > on a Windows Domain. Are you using Active Directory( or NT Domain)? I have not confirmed that it...
Hi! I'm sorry for being late. I attempted to connect to a share on Active Directory, it succeeded. Env: [AD-Server] OS: Win2012R2 IP: 192.168.254.21 Domian Name: dobes.local Domain's User: domuser1...
var auth1 = new NtlmPasswordAuthentication("domain", "user", "password"); var smb1 = new SmbFile("smb://192.168.1.218/Docs/Documentation", auth1); Console.WriteLine($"exists? {smb1.Exists()}"); Is "Documentation" a folder? If so, '/' is required at the end of the uri...
Depending on the situation you use, settings such as previous IP address may be left. try Config.Apply() method. like: SharpCifs.Config.SetProperty("jcifs.smb.client.laddr", "192.168.1.171"); // ip of iPhone SharpCifs.Config.SetProperty("jcifs.smb.client.lport", "8137"); SharpCifs.Config.Apply(); //
(I still hope that you are watching here...) I released a new version, 2.12. It's connect even without specifying a local address.
Maybe SMB 1.0 on your Windows has been disabled? SharpCifs.Std only supports up to SMB 1.0. (There is the same restriction as JCIFS) Last year Wanna Cry virus became popular....
hmm, Personally, the shorter the sample, the more pleasing I am. But perhaps, there are many copy and paste programmers in the world than we think. I think that you...
Thanks for telling! Please give me some time, I'll try it.