简体   繁体   English

Java Mail-如何在Linux上为共享文件夹创建链接并在Windows中访问该文件夹

[英]Java Mail - how to create a link for a shared folder on linux and access the same in Windows

I would like to send out an email using JavaMail API that contains a shared folder link on Linux. 我想使用JavaMail API发送一封电子邮件,其中包含Linux上的共享文件夹链接。

What would be the format to create this link. 创建此链接的​​格式是什么。

And, when the same e-mail is opened on Windows and the shared folder is accessed, how will the folder download (inter-OS communication)? 而且,当在Windows上打开相同的电子邮件并访问共享文件夹时,该文件夹将如何下载(操作系统间通信)?

There are no shared folder links that work across arbitrary email senders and receivers. 没有可在任意电子邮件发送者和接收者之间使用的共享文件夹链接。

The simple answer is, put the data on a web server and send an http URL. 简单的答案是,将数据放在Web服务器上并发送http URL。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Java无法从Linux在Windows共享文件夹中创建文件 - Java Not able to create a file in windows shared folder from Linux 在Linux上运行的Java代码中,如何指向共享的Windows文件夹? - In Java code running on Linux, how to point to a shared Windows folder? 使用java代码从linux机器访问共享文件夹 - Access shared folder from linux machine using java code 如何使用Java和Jackcess从Linux机器访问共享文件夹中的远程.mdb文件 - How to access the remote .mdb file in shared folder using java and jackcess from linux machine Java - 无法在具有完全写入权限的共享文件夹上创建文件 - Java - Unable to create a file on a shared folder with full write access 如何通过在Java中向用户发送邮件来为密码重置链接创建链接 - How to create a link for password reset link by sending mail to user in java 使用java连接到Windows中的共享文件夹 - connecting to shared folder in windows with java 在Windows和Linux计算机上使用Java程序创建新文件夹 - Create a New folder using Java Program on Windows and Linux machines 如何在不提示用户名/密码的情况下访问Windows上的共享文件夹? - How to access shared folder on Windows without prompting username/password? java 如何使用服务帐户在共享驱动器中创建文件夹以进行身份验证 - java how to create folder into shared drive using service account for authentication
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM