Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在给定安全凭证(用户名、密码)和 Windows 远程桌面设置 (rdp) 的情况下,如何以编程方式通过 Internet 从本地 Java 应用程序将文件上传到 Windows Server 2003 远程桌面?
有很多方法可以连接到远程 Windows Server 以共享文件:
File remote = new File("file:///server/share/path/to/file.txt");
或者使用JCifs ro 连接到 Windows 共享。