smb

    0热度

    1回答

    我想监视一个SMB连接,我已经编写了下面的代码,但是我担心我可能会绑定网络。 以这种方式重复打开和关闭连接可以吗? import socket import time import threading class SMBConnectionMonitor(threading.Thread): def __init__(self, host, poll_period=60, tim

    -1热度

    1回答

    有谁知道任何库从iOS访问活动目录? 尽管我尝试使用TOSMBClient,但无法访问它。 (“smb_session_login”return“-1”) 谢谢。

    0热度

    1回答

    我试图在批处理脚本中将Ubuntu上的Samba共享添加到Windows上的映射驱动器。我需要在批处理文件中指定用户名和密码才能访问共享。我知道这是不安全的,但我需要这样做,因为批处理脚本会自动从其他东西中生成。该份额也应在30分钟后卸下。

    0热度

    1回答

    在构建系统中,我使用一些脚本,通过使用SMB将网络驱动器中的文件复制到Hudson的工作区。然后执行解压缩并删除旧文件。 net use \\NET_DRIVE\ipc$ /user:admin password robocopy \\NET_DRIVE\SharedFolder/ C:\Users\user\.hudson\jobs\ais\workspace vendor.7z>nul n

    -1热度

    1回答

    我正在尝试使用SMBUp配置带Samba的OS X框。我安装了SMBUp,通过它安装了SAMBA,并配置了我的用户和共享。唯一的问题是,当我检查使用哪个协议版本时,我正在使用SMB1 好的,很好。但是当我尝试更改SMBUp中的协议版本时,只有LANMAN/CORE/NT协议作为选项。我尝试手动编辑/opt/local/etc/samba3/smb.conf中的配置文件并将最小协议更改为SMB3,但

    2热度

    1回答

    我需要使用Jackcess在Java中使用MS Access文件。该文件位于SMB共享上,所以我假设我将不得不使用JCIFS。 我想这 String testdirectory = "smb://" + "file location"; SmbFile testsmbdir = null; try{ testsmbdir = new SmbFile(testd

    1热度

    1回答

    -- Applescript to ask for username/password. repeats if incorrect. repeat -- Ask for user name set userName to text returned of (display dialog "enter your user name" with title "User Name" defaul

    0热度

    1回答

    我跑的查询使用和不使用SMB连接,得到了不同的结果。请帮忙解释一下。 SET hive.enforce.bucketing=true; create table dbaproceduresbuckets ( owner string , object_name string , procedure_name string , object_id double , subprog

    1热度

    1回答

    我正在尝试从Debian机器连接到SMB服务器。我从https://github.com/bchelli/node-smb2下载的部份SMB2客户端,我已经做了例子 var SMB2 = require('smb2'); // create an SMB2 instance var smb2Client = new SMB2({ share:'\\\\xxx/appfolder/\

    1热度

    1回答

    我们正在开发Spring引导应用程序。在我们的应用程序中,我们必须从任何OS的远程机器共享文件夹。我们正在共享文件夹以获取共享文件夹中存在的对象列表。我们正在使用SMB和NTLMAuthentication。 对于身份验证: NtlmPasswordAuthentication credential = new NtlmPasswordAuthentication( informa