cifsd-team / ksmbd

ksmbd kernel server(SMB/CIFS server)
151 stars 23 forks source link

Is there a rpc client to send rpc requests to ksmbd? #601

Open mengqima opened 9 months ago

mengqima commented 9 months ago

Hi @namjaejeon, is there a rpc client to send rpc requests to ksmbd? Thanks

namjaejeon commented 9 months ago

@mengqima Hi, ksmbd is smb server. there is no client features. maybe, samba has probably a rpc client.

mengqima commented 9 months ago

I want to send ipc$ requests to ksmbd, but I can not find the tool. I try to use smbclient to connect ipc$, which is ok: smbclient //localhost/ipc$ -U username%password But I do not know how to send a ipc$ request, can you help me? @namjaejeon