无需ftp和sftp即可下载和上传文件
我想从远程 Windows 计算机(工作组或域)下载并上传到本地 unix 计算机。我不想使用 Sftp 或 FTP 服务器。我还考虑使用 Jcifs(smb) 库,但它只允许访问共享目录。我想访问具有足够用户权限的任何目录。我该怎么做我认为活动目录有能力。
I want to get download and upload from a remote windows machine(workgroup,or domain) to my local unix machine.I dont want to use Sftp or FTP server.I also consider the Jcifs(smb) librariy but it only allowing access to shared directories.I want to access any directory with sufficent user permission.How can i do this I think active directory has a capability.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我只需在您的 UNIX 计算机上打开一个 samba 共享,然后从您的 Windows 计算机连接到该共享。
I would just open up a samba share on your unix machine and connect to the share from your windows machine.