Windows 2000+curl で smb v2.x にアクセスできるか試してみた

curl の新しいバージョンは smb プロトコルに対応してるという事で試してみた。

C:\Documents and Settings\mof\Desktop>curl -V
curl 7.81.0 (i386-pc-win32) libcurl/7.81.0 Schannel
Release-Date: 2022-01-05
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS HSTS IPv6 Kerberos Largefile NTLM SPNEGO SSL SSPI UnixSockets alt-svc

C:\Documents and Settings\mof\Desktop>curl -u mofmof:mof123456 smb://192.168.10.13/share/test.txt
curl: (56) Recv failure: Connection was reset

どうやら、対応してるのは SMB 1.xのみみたいですね。残念 ・ω・

山市良のえぬなんとかわーるど: cURL と SMB/CIFS
調べてみたら、こんな記事があった。7年前と変わらないようだ。

おすすめ

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です